sandstorm-server/compose.yml
Liam Rohan 2ec9c45a27
Some checks are pending
Docker Image CI / status-build (push) Waiting to run
mind the gap
2026-08-20 14:14:47 +01:00

15 lines
559 B
YAML

services:
sandstorm:
image: andrewmhub/insurgency-sandstorm:latest
container_name: sandstorm
restart: "no"
env_file:
- server.env
volumes:
- ./server-config/MapCycle.txt:/home/steam/steamcmd/sandstorm/Insurgency/Config/Server/MapCycle.txt:ro
- ./server-config/Game.ini:/home/steam/steamcmd/sandstorm/Insurgency/Saved/Config/LinuxServer/Game.ini:ro
ports:
- "192.168.1.112:10128:10128/udp"
- "192.168.1.112:10128:10128/tcp"
- "192.168.1.112:10142:10142/udp"
- "192.168.1.112:10142:10142/tcp"