Adding *arr and minor corrections

This commit is contained in:
Frank "PHiAX" Weggelaar 2025-12-06 12:19:04 +01:00
parent a8f2a9be44
commit d416aafdfc
7 changed files with 115 additions and 2 deletions

25
docker/slskd.yaml Normal file
View file

@ -0,0 +1,25 @@
#######################################################
# #
# Description: slskd is a self-hosted soulseek client #
# ReferenceURL: https://github.com/slskd/slskd/ #
# #
#######################################################
services:
slskd:
image: slskd/slskd
container_name: slskd
user: 13003:1000
environment:
- TZ=Europe\Amsterdam
- SLSKD_REMOTE_CONFIGURATION=true
ports:
- 5030:5030
- 5031:5031
- 6666:6666
volumes:
- /opt/config/slskd-config:/app
- /mnt/media/Music:/data/Music
- /mnt/media/Media_Import/complete:/complete
- /mnt/media/Media_Import/complete:/incomplete
restart: unless-stopped