Expose Jellyfin mounts in Docker

This commit is contained in:
Codex
2026-08-09 19:35:51 +02:00
parent 0641542c73
commit e4e14be1f0
7 changed files with 29 additions and 7 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ COPY providers /app/providers
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
RUN chmod 0755 /usr/local/bin/docker-entrypoint.sh \
&& mkdir -p /downloads /app/.kaizoku
&& mkdir -p /downloads /jellyfin/tv /jellyfin/movies /app/.kaizoku
WORKDIR /app