1
0
Fork 0

7daystodie: add

This commit is contained in:
Lukáš Kucharczyk 2022-09-03 13:40:39 +02:00
parent b39763d1d9
commit adf306cd65
1 changed files with 13 additions and 0 deletions

13
7daystodie.yml Normal file
View File

@ -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