forked from AkkomaGang/akkoma
change port mapping in docker
This commit is contained in:
parent
050bc74437
commit
951586aee7
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ services:
|
||||||
# Webserver (for reverse-proxies outside of docker)
|
# Webserver (for reverse-proxies outside of docker)
|
||||||
# If you use a dockerized proxy, you can leave this commented
|
# If you use a dockerized proxy, you can leave this commented
|
||||||
# and use a container link instead.
|
# and use a container link instead.
|
||||||
"127.0.0.1:4000:4000",
|
"4000:4000",
|
||||||
]
|
]
|
||||||
volumes:
|
volumes:
|
||||||
- .:/opt/akkoma
|
- .:/opt/akkoma
|
||||||
|
|
Loading…
Reference in a new issue