use USER_WHITELIST environment variable for whitelist configuration 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
75068f09cd
commit
07a65ecf4d
@ -79,7 +79,7 @@ services:
|
||||
VIEW_DISTANCE: 10
|
||||
PLAYER_IDLE_TIMEOUT: 15
|
||||
ENFORCE_WHITELIST: "true"
|
||||
WHITE_LIST: ""
|
||||
WHITE_LIST: ${USER_WHITELIST}
|
||||
ONLINE_MODE: "true"
|
||||
ENABLE_RCON: "true"
|
||||
RCON_PASSWORD: ${RCON_PASS}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user