expose rcon and plan ports

This commit is contained in:
Kim, Jimin 2025-04-14 14:53:20 +09:00
parent 7303e21efd
commit 626db9d64c
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -33,7 +33,9 @@ services:
EULA: true
GUI: false # https://docker-minecraft-server.readthedocs.io/en/latest/configuration/misc-options/#explicitly-disable-gui
ports:
- "8804:8804"
- "25565:25565"
- "25575:25575"
volumes:
- ./data:/data
- ./server-icon.png:/server-icon.png