7daystodie: add
This commit is contained in:
parent
b39763d1d9
commit
adf306cd65
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
version: '3.4'
|
||||
|
||||
services:
|
||||
7daystodie:
|
||||
image: 7daysserver:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${DOCKER_STORAGE_PATH}/7daystodie/saves:/home/steam/.local/share/7DaysToDie/Saves
|
||||
- ${DOCKER_STORAGE_PATH}/7daystodie/server:/home/steam/server
|
||||
ports:
|
||||
- 26900-26902:26900-26902/udp
|
||||
- 18500:8080
|
Loading…
Reference in New Issue