mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-07 11:17:23 +01:00
Fix whitelist args in scenario entrypoint
This commit is contained in:
parent
9e96ca5aa8
commit
2d9f646728
@ -34,6 +34,7 @@ exec /opt/factorio/bin/x64/factorio \
|
|||||||
--start-server-load-scenario "$SERVER_SCENARIO" \
|
--start-server-load-scenario "$SERVER_SCENARIO" \
|
||||||
--server-settings "$CONFIG/server-settings.json" \
|
--server-settings "$CONFIG/server-settings.json" \
|
||||||
--server-whitelist "$CONFIG/server-whitelist.json" \
|
--server-whitelist "$CONFIG/server-whitelist.json" \
|
||||||
|
--use-server-whitelist \
|
||||||
--server-banlist "$CONFIG/server-banlist.json" \
|
--server-banlist "$CONFIG/server-banlist.json" \
|
||||||
--rcon-port "$RCON_PORT" \
|
--rcon-port "$RCON_PORT" \
|
||||||
--rcon-password "$(cat "$CONFIG/rconpw")" \
|
--rcon-password "$(cat "$CONFIG/rconpw")" \
|
||||||
|
Loading…
Reference in New Issue
Block a user