Traefik v1 compatibility (rollback)

This commit is contained in:
Yonn Trimoreau 2020-07-26 20:57:14 +02:00 committed by GitHub
parent ab29d5a37f
commit 4e4b26c0a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ services:
entrypoint: sh -c '
apk add jq
; while ! [ -e /data/acme.json ]
|| ! [ `jq ".letsencrypt.Certificates | length" /data/acme.json` != 0 ]; do
|| ! [ `jq ".Certificates | length" /data/acme.json` != 0 ]; do
sleep 1
; done
; if ! id -u traefik > /dev/null 2>&1; then