From 5f53dbc8c2633f90e7ae10d24b36fe3a24357056 Mon Sep 17 00:00:00 2001 From: rebel onion <87634197+rebelonion@users.noreply.github.com> Date: Sat, 12 Jul 2025 15:11:43 -0500 Subject: [PATCH] add nicotine-plus --- unraid-docker/nicotine-plus/compose.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 unraid-docker/nicotine-plus/compose.yaml diff --git a/unraid-docker/nicotine-plus/compose.yaml b/unraid-docker/nicotine-plus/compose.yaml new file mode 100644 index 0000000..a04ccd5 --- /dev/null +++ b/unraid-docker/nicotine-plus/compose.yaml @@ -0,0 +1,22 @@ +services: + nicotine-plus: + image: ghcr.io/fletchto99/nicotine-plus-docker:latest + container_name: nicotine-plus + environment: + - PUID=1000 + - PGID=100 + - UMASK=002 + volumes: + - /mnt/user/appdata/nicotine-plus:/config + - /mnt/disk8/media_root/media/music/downloads:/data/downloads/completed + - /mnt/disk8/media_root/temp/nicotineplus:/data/downloads/incomplete + - /mnt/disk8/media_root/media/music/downloads:/data/share + ports: + - "6080:6080" # Web UI (KasmVNC) + - "2234:2234" # P2P Port 1 + - "2235:2235" # P2P Port 2 + - "2236:2236" # P2P Port 3 + - "2237:2237" # P2P Port 4 + - "2238:2238" # P2P Port 5 + - "2239:2239" # P2P Port 6 + restart: unless-stopped