Insurgency Sandstorm Dedicated Server
276
Use poweshell to :
Create persistant volume
docker volume create insurgency
Pull and run container with persistant volume
docker run -it --restart=always --volume=insurgency:/home/inssurgency/server -p 7777:7777/tcp -p 7777:7777/udp -p 27102:27102/tcp -p 27102:27102/udp -p 27131:27131/tcp -p 27131:27131/udp -p 27016:27016/tcp -p 27016:27016/udp -e MAX_PLAYERS=128 -e HOSTNAME="Name of dedicated Server" -e STEAM_TOKEN=XXXXXXXXXXXXXXXXX frytoya/insurgency-sandstorm:latest
For STEAM_TOKEN :
https://steamcommunity.com/dev/managegameservers
Get another shell and Bash inside container modify with command vi.
docker ps
docker exec -it $containerid bash
/home/server/insurgency/Config/Server/Saved/Config/LinuxServer/Engine.ini
modify as your need
/home/server/insurgency/Config/Server/Saved/Config/LinuxServer/Game.ini
modify as your need
restart container
Content type
Image
Digest
Size
250.7 MB
Last updated
over 5 years ago
docker pull frytoya/insurgency-sandstorm