diff --git a/{{cookiecutter.project_slug}}/compose/production/traefik/traefik.toml b/{{cookiecutter.project_slug}}/compose/production/traefik/traefik.toml index b55e95040..ad1f20e9e 100644 --- a/{{cookiecutter.project_slug}}/compose/production/traefik/traefik.toml +++ b/{{cookiecutter.project_slug}}/compose/production/traefik/traefik.toml @@ -1,11 +1,6 @@ logLevel = "INFO" defaultEntryPoints = ["http", "https"] -[web] -# Port for the status page -address = ":8080" -dashboard = true - # Entrypoints, http and https [entryPoints] # http should be redirected to https