gameyfin: fix volumes paths to use /srv/rundata/gameyfin/
This commit is contained in:
@@ -21,10 +21,10 @@
|
||||
PUID: 1000 # Change this to your user ID if needed
|
||||
PGID: 1000 # Change this to your group ID if needed
|
||||
volumes:
|
||||
- "./container_data/db:/opt/gameyfin/db"
|
||||
- "./container_data/data:/opt/gameyfin/data"
|
||||
- "./container_data/plugindata:/opt/gameyfin/plugindata"
|
||||
- "./container_data/logs:/opt/gameyfin/logs"
|
||||
- "/srv/rundata/gameyfin/container_data/db:/opt/gameyfin/db"
|
||||
- "/srv/rundata/gameyfin/container_data/data:/opt/gameyfin/data"
|
||||
- "/srv/rundata/gameyfin/container_data/plugindata:/opt/gameyfin/plugindata"
|
||||
- "/srv/rundata/gameyfin/container_data/logs:/opt/gameyfin/logs"
|
||||
- "/mnt/wd/Games:/opt/gameyfin-library/Games"
|
||||
ports:
|
||||
- "10.8.0.3:8080:8080"
|
||||
|
||||
Reference in New Issue
Block a user