Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
wolveix committed Sep 13, 2024
2 parents 418f4a6 + 4c57484 commit 9a7ffc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9a7ffc7

Please sign in to comment.