From 5b6d4236268e14c0dce947d8a302121f19ddfd27 Mon Sep 17 00:00:00 2001 From: mattspeer Date: Sun, 19 Jul 2026 09:11:13 -0500 Subject: [PATCH] Update docker-compose.yaml initial commit --- docker-compose.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 14b632c..248c431 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,13 +6,13 @@ services: ports: - "7288:7288" volumes: - - ./explo/.env:/opt/explo/.env - - ./explo/config:/opt/explo/config # required — stores playlist cache and cover art - - /path/to/musiclibrary/explo:/data/ # has to be in the same path you have your music system pointed to (it's recommended to put explo under a subfolder) + - /srv/docker/explo/.env:/opt/explo/.env + - /srv/docker/explo/config:/opt/explo/config # required — stores playlist cache and cover art + - /srv/music/explo:/data/ # has to be in the same path you have your music system pointed to (it's recommended to put explo under a subfolder) # - /path/to/slskd/downloads:/slskd/ # if using slskd environment: - TZ=UTC # Change this to the timezone set in ListenBrainz (default is UTC) - WEB_UI=true # Web UI credentials (required for login) - - UI_USERNAME=testuser - - UI_PASSWORD=testpassword \ No newline at end of file + - UI_USERNAME=mattspeer + - UI_PASSWORD=Unlined6-Aloha-Carat \ No newline at end of file