modified: docker-compose.yaml

This commit is contained in:
SimolZimol
2025-12-09 00:42:12 +01:00
parent ef7c2b34d0
commit b559f4c0d8

View File

@@ -112,9 +112,11 @@ 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}
expose:
- "4326"
ports:
- "${CONSOLE_PORT:-8080}:4326"
networks:
- minecraft-network