mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-25 10:11:53 +02:00
Update Dockerfile
This commit is contained in:
@@ -38,9 +38,9 @@ RUN \
|
|||||||
# copy local files
|
# copy local files
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|
||||||
VOLUME [ "/config/lidarr:/config",
|
VOLUME [ "/config/lidarr:/config" ]
|
||||||
"/share/downloads:/downloads",
|
VOLUME [ "/share/downloads:/downloads" ]
|
||||||
"/share/music:/music" ]
|
VOLUME [ "/media:/music" ]
|
||||||
|
|
||||||
### LABELS
|
### LABELS
|
||||||
ARG BUILD_ARCH
|
ARG BUILD_ARCH
|
||||||
|
|||||||
Reference in New Issue
Block a user