add working icons to all compose projects
This commit is contained in:
@@ -2,6 +2,6 @@ services:
|
||||
jellyfin:
|
||||
labels:
|
||||
net.unraid.docker.managed: 'composeman'
|
||||
net.unraid.docker.icon: ''
|
||||
net.unraid.docker.webui: ''
|
||||
net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/jellyfin.png'
|
||||
net.unraid.docker.webui: 'https://tv.homecube.org'
|
||||
net.unraid.docker.shell: ''
|
||||
|
||||
@@ -7,8 +7,6 @@ services:
|
||||
- JELLYFIN_PublishedServerUrl=https://tv.homecube.org
|
||||
- NVIDIA_VISIBLE_DEVICES=GPU-6fbad217-d460-d92d-5829-f3a5f2153526
|
||||
- NVIDIA_DRIVER_CAPABILITIES=all
|
||||
# extra_hosts:
|
||||
# - "host.docker.internal:host-gateway"
|
||||
runtime: nvidia
|
||||
group_add:
|
||||
- "18" # "video" host group id
|
||||
@@ -18,7 +16,6 @@ services:
|
||||
- /dev/nvidia-modeset:/dev/nvidia-modeset
|
||||
- /dev/nvidia-uvm:/dev/nvidia-uvm
|
||||
- /dev/nvidia-uvm-tools:/dev/nvidia-uvm-tools
|
||||
# network_mode: 'host' # required to use DLNA
|
||||
volumes:
|
||||
- /mnt/user/appdata/jellyfin/config:/config
|
||||
- /mnt/user/appdata/jellyfin/cache:/cache
|
||||
@@ -26,8 +23,9 @@ services:
|
||||
- /mnt/user/jellyfin-media/movies:/media2
|
||||
ports:
|
||||
- 8096:8096
|
||||
# - 8920:8920 # optional https port
|
||||
- 7359:7359/udp # auto-discovery
|
||||
# - 1900:1900/udp # SSDP/DLNA
|
||||
labels:
|
||||
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/jellyfin.png"
|
||||
net.unraid.docker.webui: "https://tv.homecube.org"
|
||||
folder.view2: "Services"
|
||||
|
||||
Reference in New Issue
Block a user