2025-07-17, 03:35 PM
Welcome aboard :-)
Heres a part of my docker-compose.yml file about the config, cache and other paths (I have much more, but this is just to give you an idea of what you might need in your docker-compose.yml
volumes:
- ./config
config
- ./cache
cache
- type: bind
source: /mnt/disk1/data/JMS1
target: /JMS1M
read_only: true
- type: bind
source: /mnt/disk2/data/JMS2_2
target: /JMS2M2
Heres a part of my docker-compose.yml file about the config, cache and other paths (I have much more, but this is just to give you an idea of what you might need in your docker-compose.yml
volumes:
- ./config
config- ./cache
cache- type: bind
source: /mnt/disk1/data/JMS1
target: /JMS1M
read_only: true
- type: bind
source: /mnt/disk2/data/JMS2_2
target: /JMS2M2
Debian 13.1 | Jellyfin 10.11.2 in docker | SilverStone Grandia GD08 | MB: ASUS H110M-P | I5-7400 | Intel Arc A310 | RAM 16 GB | HDD 26 TB

