This commit is contained in:
2026-01-25 21:02:45 +01:00
parent 5b868a6cde
commit 01863c1df0
10 changed files with 399 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
# Build and start the container
# Stop and remove old container and volume to ensure clean state
docker-compose down -v
docker-compose down
docker rm -f sso_service || true
# Build and start the container