From c59fe5d08b6cfbb30ce2d1f6a8cb1a1afd2f044f Mon Sep 17 00:00:00 2001 From: Croft Date: Sat, 26 Jul 2025 18:08:25 +0000 Subject: [PATCH] Update arc/compose.yaml --- arc/compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arc/compose.yaml b/arc/compose.yaml index 4c92393..15f6072 100644 --- a/arc/compose.yaml +++ b/arc/compose.yaml @@ -9,8 +9,8 @@ services: - TZ=Europe/Berlin - DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel volumes: - - /mnt/jellyfin:/config - - /mnt/transcode:/transcode + - /mnt/appdata/jellyfin:/config + - /tmp/transcode:/transcode - /mnt/download:/data ports: - 8096:8096 @@ -34,7 +34,7 @@ services: - PGID=1000 volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - - /transcode/fileflow:/temp + - /tmp/transcode/fileflow:/temp - /appdata/fileflows:/app/Data - /tmp/fileflows:/app/Logs - /movies:/mnt/download/movies