2025-01-19, 03:23 AM
(This post was last modified: 2025-01-19, 03:25 AM by 4r5hw45twh. Edited 1 time in total.)
(2025-01-19, 03:19 AM)theguymadmax Wrote: Post what you have again for the compose file.
Code:
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
user: 1000:1000
network_mode: 'host'
volumes:
- /home/username/Dockers/Jellyfin/Config:/config
- /home/username/Dockers/Jellyfin/Cache:/cache
- type: bind
source: /media/FolderName
target: /Media
restart: 'unless-stopped'
It's giving me that error in regards to the /media/FolderName mount (which we just got all done messing with, with fstab)