Normalize ports in docker-compose.yml
This commit is contained in:
parent
ff2cf8a15b
commit
236af73bb5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ services:
|
||||||
image: khufu.dunestorm.net
|
image: khufu.dunestorm.net
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "80:52026"
|
- "52026:52026"
|
||||||
networks:
|
networks:
|
||||||
- dunestorm_dev
|
- dunestorm_dev
|
||||||
environment:
|
environment:
|
||||||
|
|
Reference in a new issue