You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docker/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,8 @@ obtained from the value obtained on the previous step:
96
96
- "traefik.http.middlewares.auth.basicauth.users=admin:<<put here your hashed password>>"
97
97
```
98
98
99
+
Regenerate the docker container with a `docker-compose build --no-cache kendo-tournament-rproxy && docker-compose up -d kendo-tournament-rproxy` and the new password will be used.
100
+
99
101
## Disable the REVERSE PROXY
100
102
101
103
If you have your custom reverse proxy that is shared between other applications, maybe you need to disable the provided
0 commit comments