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

@ -32,7 +32,8 @@ services:
|| ! [ `jq ".Certificates | length" /data/acme.json` != 0 ]; do || ! [ `jq ".Certificates | length" /data/acme.json` != 0 ]; do
sleep 1 sleep 1
; done ; 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: volumes:
- ./letsencrypt:/letsencrypt - ./letsencrypt:/letsencrypt