2025-01-19, 03:36 AM
(2025-01-19, 03:31 AM)theguymadmax Wrote: Try this instead of the bind for the volumes:
Are you running Docker Desktop?
Yes, Docker Desktop on Ubuntu. Ok, so if I now try:
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
- /media/FolderName:/Media
restart: 'unless-stopped'
It gives the same error