From c99111710f8ea43658b02019dd4010ffd4b339e4 Mon Sep 17 00:00:00 2001 From: Croft Date: Sun, 27 Jul 2025 10:09:57 +0000 Subject: [PATCH] Update arc/compose.yaml --- arc/compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arc/compose.yaml b/arc/compose.yaml index d3d48bb..3016985 100644 --- a/arc/compose.yaml +++ b/arc/compose.yaml @@ -2,7 +2,7 @@ services: jellyfin: image: linuxserver/jellyfin:latest container_name: jellyfin - #user: 1000:1000 + user: 1000:1000 environment: - PUID=1000 - PGID=1000 @@ -10,7 +10,7 @@ services: - DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel volumes: - /mnt/appdata/jellyfin:/config - - /tmp/transcode:/transcode + - /transcode/jellyfin:/transcode - /mnt/download:/data ports: - 8096:8096 @@ -34,7 +34,7 @@ services: # - PGID=1000 # volumes: # - /var/run/docker.sock:/var/run/docker.sock:ro - # - /mnt/transcode/fileflow:/temp + # - /transcode/fileflow:/temp # - /mnt/appdata/fileflows:/app/Data # - /tmp/fileflows:/app/Logs # - /movies:/mnt/download/movies @@ -53,6 +53,6 @@ services: # volumes: # - /appdata/unmanic:/config # - /mnt/download:/library - # - /mnt/transcode:/tmp/unmanic + # - /transcode/unmanic:/tmp/unmanic # devices: # - /dev/dri:/dev/dri \ No newline at end of file