Yesterday, 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

- ./cache

- type: bind
source: /mnt/disk1/data/JMS1
target: /JMS1M
read_only: true
- type: bind
source: /mnt/disk2/data/JMS2_2
target: /JMS2M2
Debian 12 | Jellyfin 10.10.7 docker | Intel N5105 | RAM 32 GB | 26 TB storage