diff --git a/README.md b/README.md index 48df4c8..7efcedd 100644 --- a/README.md +++ b/README.md @@ -109,12 +109,9 @@ services: traefik.enable: 'true' traefik.frontend.rule: 'Host: hello.example.com' traefik.frontend.entryPoints: 'http,https' - # traefik.port: '80' traefik.backend.loadbalancer.stickiness: 'true' traefik.port: '443' traefik.protocol: 'https' - # traefik.frontend.passTLSCert: 'true' - # traefik.frontend.passHostHeader: 'true' ``` ## Testing