Created
September 20, 2018 22:21
-
-
Save insanity54/974eb608ee7fc09eb2815d710311041d to your computer and use it in GitHub Desktop.
docker-compose file for Squad Dedicated Server.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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