Hi all,
Hope you’re well
I have a container which won’t start when a volume path is missing (e.g. network path not found)
Until now I’ve been commenting in/out the offending path when it is/isn’t accessible but there must be a better way - would someone be kind enough to point me to a better solution?
Brainstorming, I’m thinking:
- Symbolic link(s)
- Separate linked container (possible?)
- Dynamic/hotswappable volume paths (possible?)
Just reading through docs so hopefully some of these thoughts are possible
Hope to hear back
Sincerely
jellyfin:
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
image: linuxserver/jellyfin
ports:
- 8096:8096
restart: unless-stopped
volumes:
# - /Volumes/synology/gtd/home/reference:/-data/jellyfin/synology
- ~/Downloads/-data/-config/jellyfin:/config
- ~/Downloads/-data:/-data/jellyfin/apple