sandstorm-server/compose.yml

16 lines
559 B
YAML
Raw Normal View History

2026-08-20 13:14:47 +00:00
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"