Add workaround for docker hosts

This commit is contained in:
Tails32 2024-09-11 21:54:22 +02:00
parent 2f921ee942
commit bf6e54e690

View File

@ -14,7 +14,7 @@ port="7777"
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
## Game Server Docs | https://satisfactory.fandom.com/wiki/Dedicated_servers
startparameters="FactoryGame -Port=${port} -log"
startparameters="FactoryGame -Port=${port} -ini:Engine:[HTTPServer.Listeners]:DefaultBindAddress=any -log"
#### LinuxGSM Settings ####