Skip to content

Commit 745b5ba

Browse files
committed
clarified volume comment
1 parent 2de4dad commit 745b5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- /path/to/.env:/opt/explo/.env
88
- /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)
99
# - /path/to/slskd/downloads:/slskd/ # if using slskd and MIGRATE_DOWNLOADS is set to true in .env
10-
# - $PLAYLIST_DIR:$PLAYLIST_DIR # for MPD.
10+
# - $PLAYLIST_DIR:$PLAYLIST_DIR # for MPD. Both paths should be as defined in .env (e.g /my/playlists/:/my/playlists/)
1111
environment:
1212
- TZ=UTC # Change this to the timezone set in ListenBrainz (default is UTC)
1313
- CRON_SCHEDULE=15 00 * * 2 # Runs weekly, every Tuesday 15 minutes past midnight

0 commit comments

Comments
 (0)