Add compose file
This commit is contained in:
parent
5455560ea0
commit
e372f2e11c
1 changed files with 14 additions and 0 deletions
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
version: '2'
|
||||
|
||||
services:
|
||||
server:
|
||||
build: .
|
||||
volumes:
|
||||
ports:
|
||||
- 11000:11000
|
||||
- 11000:11000/udp
|
||||
- 27018:27018
|
||||
- 27018:27018/udp
|
||||
- 8768
|
||||
volumes:
|
||||
- /data/steam-games/:/home/steam/games/:rw
|
Loading…
Reference in a new issue