mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-07-08 02:04:53 +02:00
Allow to define RCON port as well
This commit is contained in:
2
0.15/docker-entrypoint.sh
Executable file → Normal file
2
0.15/docker-entrypoint.sh
Executable file → Normal file
@ -38,6 +38,6 @@ exec /opt/factorio/bin/x64/factorio \
|
||||
--server-settings $CONFIG/server-settings.json \
|
||||
--server-whitelist $CONFIG/server-whitelist.json \
|
||||
--server-banlist $CONFIG/server-banlist.json \
|
||||
--rcon-port 27015 \
|
||||
--rcon-port $RCON_PORT \
|
||||
--rcon-password "$(cat $CONFIG/rconpw)" \
|
||||
--server-id /factorio/config/server-id.json
|
||||
|
Reference in New Issue
Block a user