From 61e5fe027011e5436b6575c68045dd55459640dc Mon Sep 17 00:00:00 2001 From: Simon Stumpe Date: Tue, 22 Jul 2025 15:41:36 +0200 Subject: [PATCH] changed login example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b01932..bcfadf1 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ This is intended for testing the upgrades before rollout on prod. 6. `docker-compose-2.32.4 pull` 7. `docker-compose-2.32.4 down` 8. `docker-compose-2.32.4 up -d; docker-compose-2.32.4 logs -f` -9. Check the logs for any issues during during startup. Check if https://sso.test.base23.de is available and test the sso login (e.g https://vpn-test.base23.de/admin) +9. Check the logs for any issues during during startup. Check if https://sso.test.base23.de is available and test the sso login (e.g https://whoami.test.base23.de) 10. Apply changes for test to prod files (`docker-compose..yml`, `env..template`), commit & push changes to the Repo in a new branch and create a merge request in preparation for the prod upgrade ### Prod