modified: docker-compose.yaml

This commit is contained in:
SimolZimol
2025-12-09 00:37:47 +01:00
parent f182ad561d
commit ef7c2b34d0

View File

@@ -112,11 +112,9 @@ services:
- RWA_RCON_HOST=${CONTAINER_NAME:-minecraft-server}
- RWA_RCON_PORT=${RCON_PORT:-25575}
- RWA_RCON_PASSWORD=${RCON_PASSWORD:-minecraft}
- RWA_WEBSOCKET_URL_OVERRIDE_HOST=${SERVICE_FQDN_CONSOLE:-}
- RWA_WEBSOCKET_URL_OVERRIDE_PORT=${CONSOLE_PORT:-8080}
ports:
- "${CONSOLE_PORT:-8080}:4326"
expose:
- "4326"
networks:
- minecraft-network