1
0
Fork 0
docker-compose-templates/7daystodie.yml

14 lines
339 B
YAML

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