Fixed traefik config location
This commit is contained in:
parent
538db068f4
commit
2395cadaad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue