From 374d7c1db403c4b8e76f7209e1dae2400ff5efc6 Mon Sep 17 00:00:00 2001 From: mattspeer Date: Sun, 19 Jul 2026 09:46:26 -0500 Subject: [PATCH] Add doker-compose.yaml initial commit --- doker-compose.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doker-compose.yaml diff --git a/doker-compose.yaml b/doker-compose.yaml new file mode 100644 index 0000000..e190c59 --- /dev/null +++ b/doker-compose.yaml @@ -0,0 +1,16 @@ +services: + slskd: + image: slskd/slskd + container_name: slskd + ports: + - "5030:5030" + - "5031:5031" + - "50300:50300" + environment: + - PUID=1000 + - PGID=1000 + - SLSKD_REMOTE_CONFIGURATION=true + volumes: + - /srv/docker/slskd/data>:/app + - /srv/music:/music:rw + restart: always \ No newline at end of file