From 02ff288280e3ad482d38d1311d3a7582a07cad54 Mon Sep 17 00:00:00 2001 From: PassiveLemon Date: Mon, 22 Jul 2024 14:02:45 -0400 Subject: [PATCH] Doc: Note about PORT usage for Docker run and compose --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index a9c36da..ddea175 100644 --- a/docker/README.md +++ b/docker/README.md @@ -45,7 +45,7 @@ services: | `zoraxydocker/zoraxy:latest` | Yes | The repository on Docker hub. By default, it is the latest version that is published. | > [!IMPORTANT] -> Docker usage of the port flag should not include the colon. Ex: PORT="8000" +> Docker usage of the port flag should not include the colon. Ex: `-e PORT="8000"` for Docker run and `PORT: "8000"` for Docker compose. ## Examples:
### Docker Run