From dc89065e68481c39c0a7ab37c5eeb3e724c62ec9 Mon Sep 17 00:00:00 2001 From: David Andersen Date: Wed, 17 May 2017 17:12:33 +0000 Subject: [PATCH] save the server id --- 0.15/docker-entrypoint.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/0.15/docker-entrypoint.sh b/0.15/docker-entrypoint.sh index b5802ad..abf0fa1 100755 --- a/0.15/docker-entrypoint.sh +++ b/0.15/docker-entrypoint.sh @@ -32,5 +32,7 @@ exec /opt/factorio/bin/x64/factorio \ --start-server-load-latest \ --server-settings $CONFIG/server-settings.json \ --server-whitelist $CONFIG/server-whitelist.json \ + --server-banlist $CONFIG/server-banlist.json \ --rcon-port 27015 \ - --rcon-password "$(cat $CONFIG/rconpw)" + --rcon-password "$(cat $CONFIG/rconpw)" \ + --server-id /factorio/config/server-id.json