mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
remove double '#'
This commit is contained in:
parent
e92d43eed0
commit
2ceb53cac1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user