From 9200bfd250bc8638edc0e902d999d80fb783ed4a Mon Sep 17 00:00:00 2001 From: Robert Thomas <31854736+wolveix@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:24:02 +0100 Subject: [PATCH 1/2] Remove workaround now that the patch is out! --- run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/run.sh b/run.sh index ba8a8b9..7c0ac46 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" From 4c57484405fb037b216a407d3345dae782be7efd Mon Sep 17 00:00:00 2001 From: Robert Thomas <31854736+wolveix@users.noreply.github.com> Date: Fri, 13 Sep 2024 00:32:26 +0100 Subject: [PATCH 2/2] Revert #267 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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