From 85b41f815aba4b7859c242549f98d115abcc1985 Mon Sep 17 00:00:00 2001 From: Andrew Marchukov Date: Sun, 25 Apr 2021 19:32:59 +0300 Subject: [PATCH] Update restart-ins.sh --- AutoUpdater/restart-ins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoUpdater/restart-ins.sh b/AutoUpdater/restart-ins.sh index d65aa93..d240948 100644 --- a/AutoUpdater/restart-ins.sh +++ b/AutoUpdater/restart-ins.sh @@ -6,7 +6,7 @@ if [ $EXITSTATUS -eq 0 ]; then docker stop sandstorm-modmap docker rm sandstorm-modmap docker run -d --restart always --env-file /home/user/coop-modmap/modmap.env \ ---name sandstorm-modmap -p 12345:12345/udp -p 54321:54321/udp \ +--name sandstorm-modmap --net=host \ -v /home/user/coop-modmap/Mods:/home/steam/steamcmd/sandstorm/Insurgency/Mods:rw \ -v /home/user/coop-modmap/config/ini:/home/steam/steamcmd/sandstorm/Insurgency/Saved/Config/LinuxServer:ro \ -v /home/user/coop-modmap/config/txt:/home/steam/steamcmd/sandstorm/Insurgency/Config/Server:ro andrewmhub/insurgency-sandstorm:latest