Doc: Note about PORT usage for Docker run and compose

This commit is contained in:
PassiveLemon 2024-07-22 14:02:45 -04:00
parent 7eb7ae7ced
commit 02ff288280

View File

@ -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: </br>
### Docker Run </br>