Skip to content

Commit 9074f39

Browse files
committed
clarified variables
1 parent 0ed32af commit 9074f39

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
container_name: explo
66
volumes:
77
- /path/to/.env:/opt/explo/.env
8-
- /path/to/musiclibrary/explo:$DOWNLOAD_DIR # has to be in the same path you have your music system pointed to (it's recommended to put explo under a subfolder)
8+
- /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
# - $PLAYLIST_DIR:$PLAYLIST_DIR # for MPD.
1010
environment:
1111
- CRON_SCHEDULE=15 00 * * 2 # Runs weekly, every Tuesday 15 minutes past midnight (UTC time)

sample.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ LIBRARY_NAME=
2525
# === Downloader Configuration ===
2626

2727
# Directory to store downloaded tracks. It's recommended to make a separate directory (under the music library) for Explo
28-
DOWNLOAD_DIR=/path/to/musiclibrary/explo
28+
# PS! This is only needed when running the binary version
29+
# DOWNLOAD_DIR=/path/to/musiclibrary/explo
2930
# Comma-separated list (no spaces) of download services, in priority order (default: youtube)
3031
# DOWNLOAD_SERVICES=youtube
3132

0 commit comments

Comments
 (0)