diff --git a/examples/config/config.docker.yaml b/examples/config/config.docker.yaml index e06b1843a..20d7a45de 100644 --- a/examples/config/config.docker.yaml +++ b/examples/config/config.docker.yaml @@ -6,8 +6,8 @@ authenticate_service_url: https://authenticate.localhost.pomerium.io #################################################################################### # Certificate settings: https://www.pomerium.com/docs/reference/certificates.html # -# The example below assumes a certificate and key file will be mounted to a volume available to the # -# Docker image. # +# The example below assumes a certificate and key file will be mounted to a volume # +# available to the Docker image. # #################################################################################### certificate_file: /pomerium/cert.pem certificate_key_file: /pomerium/privkey.pem