chore: fix typo in docs

Signed-off-by: Jason Cameron <jasoncameron.all@gmail.com>
This commit is contained in:
Jason Cameron 2025-06-12 23:01:33 -04:00 committed by GitHub
parent 81d581477c
commit 515ce9dd09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,7 +106,7 @@ services:
- traefik.http.services.target.loadbalancer.server.port=80 # Telling Traefik where to receive requests
- traefik.http.routers.target.service=target # Telling Traefik to use the above specified port
- traefik.http.routers.target.tls.certresolver=le # Telling Traefik to resolve a Cert for Anubis
- traefik.http.routers.target.middlewares=anubis@docker # Use the Anubis middlware
- traefik.http.routers.target.middlewares=anubis@docker # Use the Anubis middleware
# Not Protected by Anubis
target2: