modified: docker-compose.yaml
This commit is contained in:
@@ -48,7 +48,7 @@ services:
|
||||
# ===== RCON =====
|
||||
ENABLE_RCON: "true"
|
||||
RCON_PASSWORD: ${RCON_PASSWORD:-minecraft}
|
||||
RCON_PORT: ${RCON_PORT:-25575}
|
||||
RCON_PORT: 25575
|
||||
|
||||
# ===== TIMEZONE =====
|
||||
TZ: ${TIMEZONE:-Europe/Berlin}
|
||||
@@ -58,7 +58,7 @@ services:
|
||||
|
||||
ports:
|
||||
- "${MC_PORT:-25565}:25565"
|
||||
- "${RCON_PORT:-25575}:${RCON_PORT:-25575}"
|
||||
- "${RCON_PORT:-25575}:25575"
|
||||
|
||||
volumes:
|
||||
- minecraft-data:/data
|
||||
@@ -110,7 +110,7 @@ services:
|
||||
- RWA_USERNAME=${CONSOLE_USER:-admin}
|
||||
- RWA_PASSWORD=${CONSOLE_PASSWORD:-minecraft}
|
||||
- RWA_RCON_HOST=minecraft
|
||||
- RWA_RCON_PORT=${RCON_PORT:-25575}
|
||||
- RWA_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}
|
||||
|
||||
Reference in New Issue
Block a user