2023-07-13, 10:32 PM
(This post was last modified: 2023-07-13, 10:32 PM by Daniel_King.)
I created a fresh Jellyfin Docker Container.
This time is set it directly like:
And now it works.
This time is set it directly like:
Code:
docker run -d \
--name jellyfin \
--net=host \
--volume jellyfin-config:/config \
--volume jellyfin-cache:/cache \
--mount type=bind,source=/mnt,target=/media \
--restart=unless-stopped \
jellyfin/jellyfin
And now it works.