From 9b850d250e7d2085194f253eaa76ef6397181ede Mon Sep 17 00:00:00 2001 From: Andrew Marchukov Date: Sat, 24 Apr 2021 16:27:48 +0300 Subject: [PATCH] fix fix --- AutoUpdater/restart-ins.sh | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AutoUpdater/restart-ins.sh b/AutoUpdater/restart-ins.sh index 157a226..d65aa93 100644 --- a/AutoUpdater/restart-ins.sh +++ b/AutoUpdater/restart-ins.sh @@ -9,5 +9,5 @@ if [ $EXITSTATUS -eq 0 ]; then --name sandstorm-modmap -p 12345:12345/udp -p 54321:54321/udp \ -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/Engine/Saved/Config/LinuxServer:ro andrewmhub/insurgency-sandstorm:latest +-v /home/user/coop-modmap/config/txt:/home/steam/steamcmd/sandstorm/Insurgency/Config/Server:ro andrewmhub/insurgency-sandstorm:latest fi diff --git a/README.md b/README.md index 8753168..1551902 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ docker run -d --restart always --env-file /home/user/coop-modmap/modmap.env \ --name sandstorm-modmap -p 12345:12345/udp -p 54321:54321/udp \ -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/Engine/Saved/Config/LinuxServer:ro andrewmhub/insurgency-sandstorm:latest +-v /home/user/coop-modmap/config/txt:/home/steam/steamcmd/sandstorm/Insurgency/Config/Server:ro andrewmhub/insurgency-sandstorm:latest ``` Examples config files see in directory ```config``` @@ -31,7 +31,7 @@ services: - .env volumes: - /home/user/coop-modmap/config/ini:/home/steam/steamcmd/sandstorm/Insurgency/Saved/Config/LinuxServer:ro - - /home/user/coop-modmap/config/txt:/home/steam/steamcmd/sandstorm/Engine/Saved/Config/LinuxServer:ro + - /home/user/coop-modmap/config/txt:/home/steam/steamcmd/sandstorm/Insurgency/Config/Server:ro - /home/user/coop-modmap/Mods:/home/steam/steamcmd/sandstorm/Insurgency/Mods:rw ports: - "${PORT}:${PORT}"