2024-10-04, 03:26 PM
What is the purpose of these two bind mounts? In particular, the system.xml bind.
For a docker container, the system.xml files is located in /config/config. So, as is, this bind does nothing.
Code:
- type: bind
source: /services/jellyfin/jellyfin/jellyfin-web/config.json
target: /jellyfin/jellyfin-web/config.json
- type: bind
source: /services/jellyfin/jellyfin/system.xml
target: /etc/jellyfin/system.xml
For a docker container, the system.xml files is located in /config/config. So, as is, this bind does nothing.