gameyfin: fix volumes paths to use /srv/rundata/gameyfin/

This commit is contained in:
v.karaychentsev
2026-02-13 13:56:22 +03:00
parent 99c224c2e2
commit 17b7029203

View File

@@ -21,10 +21,10 @@
PUID: 1000 # Change this to your user ID if needed PUID: 1000 # Change this to your user ID if needed
PGID: 1000 # Change this to your group ID if needed PGID: 1000 # Change this to your group ID if needed
volumes: volumes:
- "./container_data/db:/opt/gameyfin/db" - "/srv/rundata/gameyfin/container_data/db:/opt/gameyfin/db"
- "./container_data/data:/opt/gameyfin/data" - "/srv/rundata/gameyfin/container_data/data:/opt/gameyfin/data"
- "./container_data/plugindata:/opt/gameyfin/plugindata" - "/srv/rundata/gameyfin/container_data/plugindata:/opt/gameyfin/plugindata"
- "./container_data/logs:/opt/gameyfin/logs" - "/srv/rundata/gameyfin/container_data/logs:/opt/gameyfin/logs"
- "/mnt/wd/Games:/opt/gameyfin-library/Games" - "/mnt/wd/Games:/opt/gameyfin-library/Games"
ports: ports:
- "10.8.0.3:8080:8080" - "10.8.0.3:8080:8080"