diff --git a/docker-compose.yml b/docker-compose.yml index 7820fd5..51981ca 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,8 +12,8 @@ services: - MAXPLAYERS=4 - PGID=1000 - PUID=1000 - - ROOTLESS='false' - - STEAMBETA='false' + - ROOTLESS=false + - STEAMBETA=false restart: unless-stopped healthcheck: test: bash /healthcheck.sh diff --git a/run.sh b/run.sh index 47858c6..9733f1c 100755 --- a/run.sh +++ b/run.sh @@ -45,7 +45,6 @@ else fi ini_args=( - "-ini:Engine:[HTTPServer.Listeners]:DefaultBindAddress=any" "-ini:Engine:[Core.Log]:LogNet=Error" "-ini:Engine:[Core.Log]:LogNetTraffic=Warning" "-ini:Engine:[/Script/FactoryGame.FGSaveSession]:mNumRotatingAutosaves=$AUTOSAVENUM"