updated emby, made finplan have the DB persist into /srv/.../container/finplan/

This commit is contained in:
2025-04-30 13:54:30 +10:00
parent fc819e63bd
commit 88a9ea5ee7

View File

@@ -145,7 +145,7 @@ services:
emby:
container_name: emby
# image: emby/embyserver:latest
image: emby/embyserver:4.9.0.45
image: emby/embyserver:4.9.0.51
restart: always
network_mode: host
environment:
@@ -770,6 +770,7 @@ services:
user: "1000:1000"
volumes:
- /etc/localtime:/etc/localtime:ro
- /srv/docker/container/finplan:/data
labels:
- "com.centurylinklabs.watchtower.enable=false"
- "traefik.enable=true"