There was an error while loading. Please reload this page.
1 parent 38412e1 commit acaee53Copy full SHA for acaee53
1 file changed
docker-compose.example.yml
@@ -28,4 +28,4 @@ services:
28
traefik.enable: true
29
traefik.http.routers.tinyauth.rule: Host(`tinyauth.example.com`)
30
traefik.http.services.tinyauth.loadbalancer.server.port: 3000
31
- traefik.http.middlewares.tinyauth.forwardauth.address: http://tinyauth:3000/api/auth/traefik
+ traefik.http.middlewares.tinyauth.forwardauth.address: http://tinyauth:3000/api/auth
0 commit comments