port
This commit is contained in:
@@ -92,7 +92,7 @@ services:
|
||||
mc-export:
|
||||
image: ghcr.io/dirien/minecraft-exporter:latest
|
||||
ports:
|
||||
- 9151:9151
|
||||
- 9150:9150
|
||||
environment:
|
||||
RCON_HOST: 127.0.0.1
|
||||
RCON_PORT: 25575
|
||||
@@ -101,7 +101,7 @@ services:
|
||||
MC_RCON_ADDRESS: "mc:25575"
|
||||
MC_RCON_PASSWORD: ${RCON_PASSWORD}
|
||||
MC_NAME_SOURCE: offline
|
||||
WEB_LISTEN_ADDRESS: 9151
|
||||
WEB_LISTEN_ADDRESS: 9150
|
||||
volumes:
|
||||
- ../patata-data/world:/world:ro
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user