There is currently an issue with the server crashing everytime i try to join, no idea why it happens...
15 lines
245 B
YAML
15 lines
245 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
counter-strike:
|
|
build: .
|
|
container_name: counter-strike
|
|
stop_signal: SIGKILL
|
|
ports:
|
|
- "27016:27016/udp"
|
|
environment:
|
|
- PORT=27016
|
|
volumes:
|
|
- ./data:/data
|
|
restart: always
|
|
|