diff --git a/servarr.yaml b/servarr.yaml index d4e2826..18fdb15 100644 --- a/servarr.yaml +++ b/servarr.yaml @@ -706,8 +706,8 @@ services: #https://github.com/slskd/slskd/blob/master/docs/config.md - SLSKD_API_KEY=${SLSKD_KEY} - SLSKD_SLSK_USERNAME=${SOULSEEK_USERNAME} - - SLSKD_SLSK_PASSWORD==${SLSK_PASSWORD} - - SLSKD_SLSK_DESCRIPTION="Still trying to get my docker setup right..." + - SLSKD_SLSK_PASSWORD=${SOULSEEK_PASSWORD} + - SLSKD_SLSK_DESCRIPTION="SLSKD user" - SLSKD_REMOTE_CONFIGURATION=true #The application contains APIs for retrieving and updating the YAML configuration file. By default, this option is disabled. - SLSKD_THROTTLING_SEARCH_INCOMING_CONCURRENCY=10 #The limit for the number of concurrent search requests - SLSKD_THROTTLING_SEARCH_INCOMING_CIRCUIT_BREAKER=100 #The limit for the number of queued search requests, after which requests will be discarded