This commit is contained in:
2024-04-01 20:13:59 +02:00
parent 4d82db1010
commit defd05d9a9

View File

@@ -92,7 +92,7 @@ services:
mc-export: mc-export:
image: ghcr.io/dirien/minecraft-exporter:latest image: ghcr.io/dirien/minecraft-exporter:latest
ports: ports:
- 9151:9151 - 9150:9150
environment: environment:
RCON_HOST: 127.0.0.1 RCON_HOST: 127.0.0.1
RCON_PORT: 25575 RCON_PORT: 25575
@@ -101,7 +101,7 @@ services:
MC_RCON_ADDRESS: "mc:25575" MC_RCON_ADDRESS: "mc:25575"
MC_RCON_PASSWORD: ${RCON_PASSWORD} MC_RCON_PASSWORD: ${RCON_PASSWORD}
MC_NAME_SOURCE: offline MC_NAME_SOURCE: offline
WEB_LISTEN_ADDRESS: 9151 WEB_LISTEN_ADDRESS: 9150
volumes: volumes:
- ../patata-data/world:/world:ro - ../patata-data/world:/world:ro
depends_on: depends_on: