mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-09 23:40:59 +02:00
Merge pull request #612 from bruvv/patch-2
Fix config template for Plex meta manager
This commit is contained in:
@@ -33,7 +33,7 @@ ENV HOME=/config/addons_config/plex-data-manager
|
|||||||
RUN \
|
RUN \
|
||||||
# Add template config.yaml
|
# Add template config.yaml
|
||||||
mkdir /templates \
|
mkdir /templates \
|
||||||
&& curl -f -L -s -S "https://github.com/meisnate12/Plex-Meta-Manager/blob/master/config/config.yml.template" -o /templates/config.yml
|
&& curl -f -L -s -S "https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/config/config.yml.template" -o /templates/config.yml
|
||||||
|
|
||||||
# Global LSIO modifications
|
# Global LSIO modifications
|
||||||
ARG CONFIGLOCATION="/config/addons_config/plex-meta-manager"
|
ARG CONFIGLOCATION="/config/addons_config/plex-meta-manager"
|
||||||
|
|||||||
Reference in New Issue
Block a user