Add a docker-compose example file

This commit is contained in:
Lennart Weller 2016-01-28 15:04:19 +01:00
parent 7a16e83b09
commit fe31ba1f82

17
docker-compose.yml Normal file
View file

@ -0,0 +1,17 @@
ark:
image: turzam/ark
environment:
SESSIONNAME: Ark Docker
SERVERMAP: TheIsland
SERVERPASSWORD:
ADMINPASSWORD: adminpassword
BACKUPONSTART: 1
UPDATEONSTART: 1
volumes:
- /my/path/to/ark:/ark
ports:
- 7778:7778/udp
- 7778:7778
- 27015:27015/udp
- 27015:27015
- 32330:32330