Correct MC Serv Port range to 100 ports default

To match Dockerfile
This commit is contained in:
Zedifus 2022-02-27 19:25:23 +00:00
parent 31bf32c847
commit cef4fac823
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ services:
- "8443:8443" # HTTPS
- "8123:8123" # DYNMAP
- "19132:19132/udp" # BEDROCK
- "24000-25600:24000-25600" # MC SERV PORT RANGE
- "25500-25600:25500-25600" # MC SERV PORT RANGE
volumes:
- ./docker/backups:/commander/backups
- ./docker/logs:/commander/logs

View File

@ -13,7 +13,7 @@ services:
- "8443:8443" # HTTPS
- "8123:8123" # DYNMAP
- "19132:19132/udp" # BEDROCK
- "24000-25600:24000-25600" # MC SERV PORT RANGE
- "25500-25600:25500-25600" # MC SERV PORT RANGE
volumes:
- ./backups:/commander/backups
- ./logs:/commander/logs