remove singlequets for all other examples

This commit is contained in:
Willy Kloucek
2020-12-11 08:41:55 +01:00
parent cbbc930ba9
commit 8f26922003
2 changed files with 2 additions and 2 deletions
@@ -11,7 +11,7 @@ services:
- ${OC10_DOMAIN:-oc10.owncloud.test}
command:
#- "--log.level=DEBUG"
- "--certificatesResolvers.http.acme.email=${TRAEFIK_ACME_MAIL:-'example@example.org'}"
- "--certificatesResolvers.http.acme.email=${TRAEFIK_ACME_MAIL:-example@example.org}"
- "--certificatesResolvers.http.acme.storage=/certs/acme.json"
- "--certificatesResolvers.http.acme.httpChallenge.entryPoint=http"
- "--api.dashboard=true"