docker-compose-traefik-v1.yml: fix indents

This commit is contained in:
x-yuri 2020-05-18 16:42:31 +03:00 committed by GitHub
parent 040b0b9d24
commit 3a7468e49c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,10 +29,11 @@ services:
entrypoint: sh -c '
apk add jq
; while ! [ -e /data/acme.json ]
|| ! [ `jq ".Certificates | length" /data/acme.json` != 0 ]; do
sleep 1
|| ! [ `jq ".Certificates | length" /data/acme.json` != 0 ]; do
sleep 1
; done
&& traefik-certs-dumper file --watch --source /data/acme.json --dest /data/certs'
&& traefik-certs-dumper file --watch
--source /data/acme.json --dest /data/certs'
volumes:
- ./letsencrypt:/letsencrypt