From ab4d6c2242443cfb68200bb1d994dfc619657e24 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 7 Jan 2025 11:54:55 -0500 Subject: [PATCH] Typo fix for Soularr. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e3ce8339..d9dc4511 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4447,7 +4447,7 @@ services: restart: unless-stopped volumes: #"You can set /downloads to whatever you want but will then need to change the Slskd download dir in your config file" - - ${DOCKER_VOLUME_STORAGEE}/downloads:/downloads + - ${DOCKER_VOLUME_STORAGE}/downloads:/downloads #Select where you are storing your config file. Leave "/data" since thats where the script expects the config file to be - ${DOCKER_VOLUME_CONFIG}/soularr:/data soulseek: