mirror of
https://github.com/SinTan1729/chhoto-url
synced 2025-02-05 13:52:33 -06:00
docs: Improve clarification of the port variables
This commit is contained in:
parent
1047763285
commit
0b1224f8e5
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ services:
|
||||||
container_name: chhoto-url
|
container_name: chhoto-url
|
||||||
ports:
|
ports:
|
||||||
# If you changed the "port" environment variable, adjust accordingly
|
# If you changed the "port" environment variable, adjust accordingly
|
||||||
# Both numbers before and after the colon should match the "port" variable
|
# The number AFTER the colon should match the "port" variable and the number
|
||||||
|
# before the colon is the port where you would access the container from outside.
|
||||||
- 4567:4567
|
- 4567:4567
|
||||||
environment:
|
environment:
|
||||||
# Change if you want to mount the database somewhere else.
|
# Change if you want to mount the database somewhere else.
|
||||||
|
|
Loading…
Reference in a new issue