diff --git a/compose.yaml b/compose.yaml index 7bfbe77..bf3c75d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,5 +1,11 @@ --- services: + jellyfin_vue: + container_name: jellyfin_vue + image: ghcr.io/jellyfin/jellyfin-vue:unstable + restart: always + ports: + - 8080:80 jellyfin: image: lscr.io/linuxserver/jellyfin:latest container_name: jellyfin