Skip to content
Snippets Groups Projects
Commit e02a579b authored by jurgenhaas's avatar jurgenhaas
Browse files

docker/l3d#82 Fix port handling

parent 0dc0cfec
No related branches found
No related tags found
No related merge requests found
......@@ -124,8 +124,8 @@ class Traefik {
'--api=true',
'--api.dashboard=true',
'--api.insecure=true',
'--entrypoints.web.address=:' . $this->http_port,
'--entrypoints.websecure.address=:' . $this->https_port,
'--entrypoints.web.address=:80',
'--entrypoints.websecure.address=:443',
'--entrypoints.websecure.http.tls.domains[0].main=' . $this->domain,
'--entrypoints.websecure.http.tls.domains[0].sans=.' . $this->domain,
'--providers.file.directory=/configuration/',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment