Update arc/compose.yaml
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
|||||||
jellyfin:
|
jellyfin:
|
||||||
image: linuxserver/jellyfin:latest
|
image: linuxserver/jellyfin:latest
|
||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
#user: 1000:1000
|
user: 1000:1000
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
@@ -10,7 +10,7 @@ services:
|
|||||||
- DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel
|
- DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/appdata/jellyfin:/config
|
- /mnt/appdata/jellyfin:/config
|
||||||
- /tmp/transcode:/transcode
|
- /transcode/jellyfin:/transcode
|
||||||
- /mnt/download:/data
|
- /mnt/download:/data
|
||||||
ports:
|
ports:
|
||||||
- 8096:8096
|
- 8096:8096
|
||||||
@@ -34,7 +34,7 @@ services:
|
|||||||
# - PGID=1000
|
# - PGID=1000
|
||||||
# volumes:
|
# volumes:
|
||||||
# - /var/run/docker.sock:/var/run/docker.sock:ro
|
# - /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
# - /mnt/transcode/fileflow:/temp
|
# - /transcode/fileflow:/temp
|
||||||
# - /mnt/appdata/fileflows:/app/Data
|
# - /mnt/appdata/fileflows:/app/Data
|
||||||
# - /tmp/fileflows:/app/Logs
|
# - /tmp/fileflows:/app/Logs
|
||||||
# - /movies:/mnt/download/movies
|
# - /movies:/mnt/download/movies
|
||||||
@@ -53,6 +53,6 @@ services:
|
|||||||
# volumes:
|
# volumes:
|
||||||
# - /appdata/unmanic:/config
|
# - /appdata/unmanic:/config
|
||||||
# - /mnt/download:/library
|
# - /mnt/download:/library
|
||||||
# - /mnt/transcode:/tmp/unmanic
|
# - /transcode/unmanic:/tmp/unmanic
|
||||||
# devices:
|
# devices:
|
||||||
# - /dev/dri:/dev/dri
|
# - /dev/dri:/dev/dri
|
||||||
Reference in New Issue
Block a user