diff --git a/build/docker-compose/docker-compose.acme.yml b/build/docker-compose/docker-compose.acme.yml index 61f96cb34..8fb4c5196 100644 --- a/build/docker-compose/docker-compose.acme.yml +++ b/build/docker-compose/docker-compose.acme.yml @@ -17,7 +17,7 @@ services: - --entryPoints.activemq.address=:8161 - --entryPoints.solr.address=:8983 - --entryPoints.code-server.address=:8443 - - --log.level=${TRAEFIK_LOG_LEVEL-ERROR} + - --log.level=${TRAEFIK_LOG_LEVEL:-ERROR} - --providers.docker - --providers.docker.network=gateway - --providers.docker.exposedByDefault=false diff --git a/sample.env b/sample.env index 0f8583233..049f55edf 100644 --- a/sample.env +++ b/sample.env @@ -35,6 +35,7 @@ PROJECT_DRUPAL_DOCKERFILE=Dockerfile # Includes `traefik` as a service, if false assume we are sharing a traefik # from another project. INCLUDE_TRAEFIK_SERVICE=true +TRAEFIK_LOG_LEVEL=ERROR # Should we use ACME to generate a SSL Certificate USE_ACME=false