Loading traefik/docker-compose.prod.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ version: '3.5' services: traefik: command: - "--logLevel=ERROR" - "--logLevel=INFO" - "--entrypoints=Name:http Address::80 Redirect.EntryPoint:https" - "--entrypoints=Name:https Address::443 TLS:/ssl/certFile.cert,/ssl/keyFile.key" - "--defaultentrypoints=http,https" Loading Loading
traefik/docker-compose.prod.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ version: '3.5' services: traefik: command: - "--logLevel=ERROR" - "--logLevel=INFO" - "--entrypoints=Name:http Address::80 Redirect.EntryPoint:https" - "--entrypoints=Name:https Address::443 TLS:/ssl/certFile.cert,/ssl/keyFile.key" - "--defaultentrypoints=http,https" Loading