diff --git a/docker-compose.yml b/docker-compose.yml
index 8522ed2f17ebcd20fffc69070c1ff64e2170593d..0962ecea9a7c0fb83c0c3a1d05089f81bcaa8b3b 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -21,10 +21,10 @@ services:
       - "traefik.http.routers.nopaque.entrypoints=web"
       # Change the next line to match your nopaque domain.
       - "traefik.http.routers.nopaque.rule=Host(`nopaque.localhost`)"
-      # # The next two lines enable HTTPS.
+      # The next two lines enable HTTPS.
       # - "traefik.http.routers.nopaque.entrypoints=websecure"
       # - "traefik.http.routers.nopaque.tls.certresolver=myresolver"
-      # # The next two lines add Basic Authentication. More information: https://docs.traefik.io/middlewares/basicauth/
+      # The next two lines add Basic Authentication. More information: https://docs.traefik.io/middlewares/basicauth/
       # - "traefik.http.middlewares.nopaque.basicauth.users=name:hashed-password"
       # - "traefik.http.routers.nopaque.middlewares=nopaque"
     networks: