1
0
mirror of https://github.com/factoriotools/factorio-docker.git synced 2025-03-21 21:17:30 +02:00

Fix whitelist args in scenario entrypoint

This commit is contained in:
xxalfa 2019-08-11 01:40:33 +02:00 committed by Sandro
parent 9e96ca5aa8
commit 2d9f646728

View File

@ -34,6 +34,7 @@ exec /opt/factorio/bin/x64/factorio \
--start-server-load-scenario "$SERVER_SCENARIO" \
--server-settings "$CONFIG/server-settings.json" \
--server-whitelist "$CONFIG/server-whitelist.json" \
--use-server-whitelist \
--server-banlist "$CONFIG/server-banlist.json" \
--rcon-port "$RCON_PORT" \
--rcon-password "$(cat "$CONFIG/rconpw")" \