From e92d43eed0c6802aa546fa0e629b9316008c4db8 Mon Sep 17 00:00:00 2001
From: Patrick Jentsch <pjentsch@sfb1288inf-Laptop.local>
Date: Tue, 28 Apr 2020 17:19:48 +0200
Subject: [PATCH] Better wording

---
 docker-compose.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index b3142d5a..8522ed2f 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`)"
-      # Uncomment the next two lines to 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:
-- 
GitLab