mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-02 06:28:34 -04:00
Release 2.4
- Allow use of optional environmental variables for Lidarr config - Updated Docker labels
This commit is contained in:
+4
-1
@@ -18,7 +18,10 @@ RUN \
|
||||
## Single layer deployed image ##
|
||||
FROM scratch
|
||||
|
||||
LABEL maintainer="TheCaptain989"
|
||||
LABEL org.opencontainers.image.source=https://github.com/TheCaptain989/lidarr-flac2mp3
|
||||
LABEL org.opencontainers.image.description="A Docker Mod to Lidarr to automatically convert FLAC files to MP3s, or other format"
|
||||
LABEL org.opencontainers.image.licenses=GPL-3.0-only
|
||||
LABEL org.opencontainers.image.authors="TheCaptain989"
|
||||
|
||||
# Add files from buildstage
|
||||
COPY --from=buildstage /root-layer/ /
|
||||
|
||||
Reference in New Issue
Block a user