replace 7daystodie server container
This commit is contained in:
@ -18,6 +18,7 @@ include:
|
||||
- services/portainer.yml
|
||||
- services/drone/drone.yml
|
||||
- services/enshrouded.yml
|
||||
- services/7dtdserver.yml
|
||||
|
||||
services:
|
||||
caddy:
|
||||
@ -204,20 +205,6 @@ services:
|
||||
ipv4_address: 192.168.240.11
|
||||
restart: unless-stopped
|
||||
|
||||
7daystodie:
|
||||
image: 7daysserver:latest
|
||||
container_name: 7dtd
|
||||
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
|
||||
networks:
|
||||
public:
|
||||
ipv4_address: 192.168.240.12
|
||||
restart: unless-stopped
|
||||
|
||||
stash:
|
||||
image: stashapp/stash:latest
|
||||
container_name: stash
|
||||
|
Reference in New Issue
Block a user