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
|
||||
build: .
|
||||
ports:
|
||||
- "80:52026"
|
||||
- "52026:52026"
|
||||
networks:
|
||||
- dunestorm_dev
|
||||
environment:
|
||||
|
|
Reference in a new issue