Add a docker-compose example file
This commit is contained in:
parent
7a16e83b09
commit
fe31ba1f82
1 changed files with 17 additions and 0 deletions
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal 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
|
Loading…
Reference in a new issue