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