Fixed traefik config location

This commit is contained in:
Oscar Blue 2022-08-28 20:36:22 +01:00
parent 538db068f4
commit 2395cadaad

View file

@ -31,7 +31,7 @@ touch "/neko/acme.json"
chmod 600 "/neko/acme.json"
wget -O "/neko/docker-compose.yml" "https://raw.githubusercontent.com/m1k1o/neko-rooms/master/traefik/docker-compose.yml"
sed -i "s/attachable: \"true\"/attachable: true/" /neko/docker-compose.yml
sed -i '/.*acme:.*/a \ caServer: https://acme-staging-v02.api.letsencrypt.org/directory/' traefik.yml
sed -i '/.*acme:.*/a \ caServer: https://acme-staging-v02.api.letsencrypt.org/directory/' /neko/traefik.yml
# Pull neko images
for NEKO_IMAGE in "${NEKO_IMAGES[@]}"; do