-
Hey there, i was using this one as a test: services:
jellyfin:
image: ghcr.io/jellyfin/jellyfin-vue:unstable
container_name: jellyfin-vue
hostname: jellyfin-vue
network_mode: "bridge"
ports:
- 8097:8096
- 7360:7359/udp # Server finden
- 8921:8920 # optional
- 1901:1900/udp # Optional
volumes:
- /home/docker-projects/jellyfin_test/volumes/config:/config
- /home/docker-projects/jellyfin_test/volumes/cache:/cache
- /home/nas/Filme:/media/Filme
- /home/nas/Serien:/media/Serien
- /home/nas/Videos:/media/Videos
- /dev/shm:/data/transcode # Offload transcoding to RAM if you have enough RAM
environment:
- TZ=Europe/Berlin
restart: always Can anybody see my fault ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This is just a frontend, not a frontend + server combination. Hence, you need to install Jellyfin first and then you can add this container. Just redirect port 80 of the container to whatever port you want and access If you're still unsure in how to proceed, I'm completing the deployment docs this weekend, so if you wait a little you'll have them. |
Beta Was this translation helpful? Give feedback.
-
@BoBBer446 I created a PR at the Jellyfin documentation here: jellyfin/jellyfin.org#1110 If you don't want to read it from the source code, you can check the rendered version from the link of jellyfin-bot's comment. Although the PR is not merged yet, it will soon, so I'll close this discussion and mark this reply as an answer. |
Beta Was this translation helpful? Give feedback.
@BoBBer446 I created a PR at the Jellyfin documentation here: jellyfin/jellyfin.org#1110
If you don't want to read it from the source code, you can check the rendered version from the link of jellyfin-bot's comment.
Feedback at that PR is also welcome in case something there can be improved!
Although the PR is not merged yet, it will soon, so I'll close this discussion and mark this reply as an answer.