2023-08-17, 11:38 AM
(This post was last modified: 2023-08-17, 11:55 AM by twinkybot. Edited 1 time in total.)
I found the issue.
After changing the yaml, especially the ports to
and now looking at the logs via
helped as well.
After changing the yaml, especially the ports to
Code:
version: "3.8"
services:
jf-vue:
image: ghcr.io/jellyfin/jellyfin-vue:unstable.2023-08-17.004ed06
container_name: "jellyfin-vue-client"
ports:
- "8097:80"
restart: unless-stopped
environment:
- DEFAULT_SERVERS=https://jellyfin.domain.com
and now looking at the logs via
Code:
docker-compose -f /opt/jellyfin-vue/jellyfin-vue.yml logs jf-vue