other exporter
This commit is contained in:
@@ -30,6 +30,7 @@ services:
|
||||
MOTD: "§l§cPatataPack§r"
|
||||
ONLINE_MODE: "FALSE"
|
||||
ALLOW_FLIGHT: "TRUE"
|
||||
BROADCAST_RCON_TO_OPS: "FALSE"
|
||||
OPS: |
|
||||
Bailongo
|
||||
Amimi
|
||||
@@ -87,6 +88,21 @@ services:
|
||||
- ../patata-data/world:/world:ro
|
||||
depends_on:
|
||||
- mc
|
||||
mc-export:
|
||||
image: ghcr.io/dirien/minecraft-exporter:latest
|
||||
ports:
|
||||
- 9151:9151
|
||||
environment:
|
||||
RCON_HOST: 127.0.0.1
|
||||
RCON_PORT: 25575
|
||||
FORGE_SERVER: True
|
||||
MC_WORLD: /world
|
||||
MC_RCON_ADDRESS: "mc:25575"
|
||||
MC_RCON_PASSWORD: ${RCON_PASSWORD}
|
||||
MC_NAME_SOURCE: offline
|
||||
WEB_LISTEN_ADDRESS: 9151
|
||||
volumes:
|
||||
- ../patata-data/world:/world:ro
|
||||
volumes:
|
||||
patata-data: {}
|
||||
world: {}
|
||||
|
||||
Reference in New Issue
Block a user