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