Added dockerfile and compose
This commit is contained in:
7
docker-compose.yaml
Normal file
7
docker-compose.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
version: "3.3"
|
||||
services:
|
||||
cs2rcon:
|
||||
build:
|
||||
context: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
Reference in New Issue
Block a user