2022-09-03 11:40:39 +00:00
|
|
|
---
|
|
|
|
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
|
2022-10-25 10:28:46 +00:00
|
|
|
- 18500:8080
|