set whitelist to true in minecraft docker-compose.yml
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 10s
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 10s
This commit is contained in:
parent
07a65ecf4d
commit
f68d90efb3
@ -79,7 +79,7 @@ services:
|
|||||||
VIEW_DISTANCE: 10
|
VIEW_DISTANCE: 10
|
||||||
PLAYER_IDLE_TIMEOUT: 15
|
PLAYER_IDLE_TIMEOUT: 15
|
||||||
ENFORCE_WHITELIST: "true"
|
ENFORCE_WHITELIST: "true"
|
||||||
WHITE_LIST: ${USER_WHITELIST}
|
WHITE_LIST: "true"
|
||||||
ONLINE_MODE: "true"
|
ONLINE_MODE: "true"
|
||||||
ENABLE_RCON: "true"
|
ENABLE_RCON: "true"
|
||||||
RCON_PASSWORD: ${RCON_PASS}
|
RCON_PASSWORD: ${RCON_PASS}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user