Merge pull request #6 from gnomus/patch-1

Add possibility to use a whitelist
This commit is contained in:
David Andersen 2017-04-26 12:59:35 -07:00 committed by GitHub
commit b0b5775365

View File

@ -31,5 +31,6 @@ exec /opt/factorio/bin/x64/factorio \
--port $PORT \
--start-server-load-latest \
--server-settings $CONFIG/server-settings.json \
--server-whitelist $CONFIG/server-whitelist.json \
--rcon-port 27015 \
--rcon-password "$(cat $CONFIG/rconpw)"