port
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user