Merge pull request #612 from bruvv/patch-2

Fix config template for Plex meta manager
This commit is contained in:
Alexandre
2022-12-23 15:13:18 +01:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ ENV HOME=/config/addons_config/plex-data-manager
RUN \
# Add template config.yaml
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
ARG CONFIGLOCATION="/config/addons_config/plex-meta-manager"