Skip to content

Instantly share code, notes, and snippets.

@flyingluscas
Created May 14, 2017 08:33
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save flyingluscas/70cd87bace8ab6f77efe826f72f74b84 to your computer and use it in GitHub Desktop.
Save flyingluscas/70cd87bace8ab6f77efe826f72f74b84 to your computer and use it in GitHub Desktop.
CS 1.6 Server with Docker
version: '2'
services:
cstrike:
image: jarlefosen/cs16
container_name: cs16_server
ports:
- 26900:26900/udp
- 27020:27020/udp
- 27015:27015/udp
- 27015:27015
environment:
SERVER_NAME: FlyingLuscasCS16Server
RCON_PW: secret
START_MAP: cs_assault
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment