File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN GOOS=linux GOARCH=$TARGETARCH go build -o explo ./src/main/
1212
1313FROM alpine
1414
15- RUN apk add --no-cache libc6-compat ffmpeg yt-dlp
15+ RUN apk add --no-cache libc6-compat ffmpeg yt-dlp tzdata
1616
1717WORKDIR /opt/explo/
1818COPY ./docker/start.sh /start.sh
Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ services:
99 # - /path/to/slskd/downloads:/slskd/ # if using slskd and MIGRATE_DOWNLOADS is set to true in .env
1010 # - $PLAYLIST_DIR:$PLAYLIST_DIR # for MPD.
1111 environment :
12- - CRON_SCHEDULE=15 00 * * 2 # Runs weekly, every Tuesday 15 minutes past midnight (UTC time)
12+ - TZ=UTC # Change this to the timezone set in ListenBrainz (default is UTC)
13+ - CRON_SCHEDULE=15 00 * * 2 # Runs weekly, every Tuesday 15 minutes past midnight
You can’t perform that action at this time.
0 commit comments