mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-01 13:17:21 +02:00
Doc: Note about PORT usage for Docker run and compose
This commit is contained in:
parent
7eb7ae7ced
commit
02ff288280
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user