No description
Find a file
2018-12-18 20:31:31 +04:00
config first release 2018-12-18 17:44:49 +04:00
Dockerfile first release 2018-12-18 17:44:49 +04:00
README.md Update README.md 2018-12-18 20:31:31 +04:00

insurgency: sandstorm server dockerize

How to build

cd directory where Dockerfile

docker build -t sandstorm:latest .

How to launch

Running multiple instances (use PORT, QUERYPORT and HOSTNAME) if need other(custom) settings file use --volume:

docker run -d --net=host -e HOSTNAME="MY SERVER" -e PORT=1111 -e QUERYPORT=2222 \
--name=sandstorm-dedicated \
--volume mydirectory/ini/Engine.ini:/home/steam/steamcmd/sandstorm/Insurgency/Saved/Config/LinuxServer/Engine.ini:ro \
sandstorm:latest

Examples config files see directory config

Official documentation: Server Admin Guide