typo gefixt

This commit is contained in:
Stefan H. 2024-03-05 22:20:00 +01:00
parent 1781c23774
commit 2b1f01c94f

View file

@ -9,7 +9,7 @@ ExecStartPre=-/usr/bin/docker pull ghcr.io/goauthentik/server:{{ version.authent
ExecStart=/usr/bin/docker run --rm --name {{ container_names.authentik.server }} \
--network authentik_net --publish 127.0.0.1:9000:9000 --publish 127.0.0.1:9443:9443 \
--label "traefik.enable=true" --label "traefik.http.routers.authentik.rule=Host(`auth.un-hack-bar.de`,`auth.unhb.de`,`a.unhb.de`)" \
--lable "traefik.http.routers.authentik.middlewares=authentik_redirect" \
--label "traefik.http.routers.authentik.middlewares=authentik_redirect" \
--label "traefik.http.routers.authentik.entrypoints=websecure" \
--label "traefik.http.routers.authentik.tls.certresolver=letsencrypt" \
--label "traefik.http.services.authentik.loadbalancer.server.port=9000" \