Skip to content

Instantly share code, notes, and snippets.

@insanity54
Created September 20, 2018 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save insanity54/974eb608ee7fc09eb2815d710311041d to your computer and use it in GitHub Desktop.
Save insanity54/974eb608ee7fc09eb2815d710311041d to your computer and use it in GitHub Desktop.
docker-compose file for Squad Dedicated Server.
version: '3.2'
services:
squad:
image: "cm2network/squad"
network_mode: "host"
volumes:
- /root/squad/cfg:/home/steam/squad-dedicated/Squad/ServerConfig
environment:
- RCONPORT=21114
- FIXEDMAXPLAYERS=20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment