Skip to content

Commit

Permalink
Expose the Default Traefik Log Level variable
Browse files Browse the repository at this point in the history
Instead of hiding it in the documentation and in the
docker-compose.acme.yml and docker-compose.traefik.yml files, adding it
to the sample.env file
  • Loading branch information
misilot committed Jun 8, 2022
1 parent b25c564 commit 06e5964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06e5964

Please sign in to comment.