added Dockerfile and Compose (currently does not work)
This commit is contained in:
parent
a854df6845
commit
2084cfdf92
4 changed files with 88 additions and 0 deletions
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
counter-strike:
|
||||
build: .
|
||||
container_name: counter-strike
|
||||
ports:
|
||||
- "27016:27015/udp"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
restart: always
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue