Skip to content

Instantly share code, notes, and snippets.

@matseee
Last active March 17, 2022 22:56
Show Gist options
  • Save matseee/ea96f011666b11c11a39d28fb66cfaff to your computer and use it in GitHub Desktop.
Save matseee/ea96f011666b11c11a39d28fb66cfaff to your computer and use it in GitHub Desktop.
CSGO-Server
# https://github.com/timche/docker-csgo
version: '2'
services:
csgo:
image: timche/csgo:pug-practice
container_name: csgo
network_mode: host
ports:
- 27015:27015
volumes:
- /home/admin/docker/csgo:/home/csgo/server
environment:
- CSGO_GSLT=
- CSGO_RCON_PW=
- CSGO_TICKRATE=128
- CSGO_MAX_PLAYERS=10
updater:
image: timche/csgo-updater
container_name: csgo_updater
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment