mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-10 12:47:24 +01:00
use --port $PORT to start server
This commit is contained in:
parent
40974755b6
commit
b839d7d339
@ -28,7 +28,7 @@ if ! find -L $SAVES -iname \*.zip -mindepth 1 -print | grep -q .; then
|
||||
fi
|
||||
|
||||
exec /opt/factorio/bin/x64/factorio \
|
||||
--port 34197 \
|
||||
--port $PORT \
|
||||
--start-server-load-latest \
|
||||
--server-settings $CONFIG/server-settings.json \
|
||||
--rcon-port 27015 \
|
||||
|
Loading…
Reference in New Issue
Block a user