fix(docker): use WindMagi offline operator UUID
This commit is contained in:
+3
-1
@@ -11,8 +11,9 @@ services:
|
||||
TYPE: SPIGOT
|
||||
VERSION: "26.2"
|
||||
MEMORY: 2G
|
||||
OPS: WindMagi
|
||||
ONLINE_MODE: "false"
|
||||
OPS_FILE: /config/tree-feller-ops.json
|
||||
OVERRIDE_OPS: "true"
|
||||
ENABLE_RCON: "true"
|
||||
RCON_PASSWORD: "${TREE_FELLER_RCON_PASSWORD:-tree-feller-local-test}"
|
||||
VIEW_DISTANCE: "6"
|
||||
@@ -21,6 +22,7 @@ services:
|
||||
volumes:
|
||||
- ./.docker/minecraft:/data
|
||||
- ./build/libs/tree-feller-0.1.0-SNAPSHOT.jar:/plugins/TreeFeller.jar:ro
|
||||
- ./docker/test-ops.json:/config/tree-feller-ops.json:ro
|
||||
healthcheck:
|
||||
test: ["CMD", "mc-health"]
|
||||
start_period: 15m
|
||||
|
||||
Reference in New Issue
Block a user