Fix config template

I changed the url to the propper url, now it will download the file instead of the HTML.
This commit is contained in:
bruvv
2022-12-23 13:49:00 +01:00
committed by GitHub
parent bafb4b0d6b
commit 41b3fe08e9

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"