You've already forked factorio-docker-factoriotools
mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-07-15 01:04:45 +02:00
save the server id
This commit is contained in:
@ -32,5 +32,7 @@ exec /opt/factorio/bin/x64/factorio \
|
|||||||
--start-server-load-latest \
|
--start-server-load-latest \
|
||||||
--server-settings $CONFIG/server-settings.json \
|
--server-settings $CONFIG/server-settings.json \
|
||||||
--server-whitelist $CONFIG/server-whitelist.json \
|
--server-whitelist $CONFIG/server-whitelist.json \
|
||||||
|
--server-banlist $CONFIG/server-banlist.json \
|
||||||
--rcon-port 27015 \
|
--rcon-port 27015 \
|
||||||
--rcon-password "$(cat $CONFIG/rconpw)"
|
--rcon-password "$(cat $CONFIG/rconpw)" \
|
||||||
|
--server-id /factorio/config/server-id.json
|
||||||
|
Reference in New Issue
Block a user