We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773ce2b commit d82f2c5Copy full SHA for d82f2c5
1 file changed
docker/docker-compose.sso.yml
@@ -16,10 +16,10 @@ services:
16
networks:
17
- it-stack-net
18
19
- # Local Keycloak for SSO lab (replace with lab-id1 in real env)
20
- keycloak:
+ # Local Keycloak reference instance for SSO lab (replace with lab-id1 in real env)
+ keycloak-sso:
21
image: quay.io/keycloak/keycloak:24
22
- container_name: it-stack-keycloak-keycloak
+ container_name: it-stack-keycloak-sso
23
command: start-dev
24
environment:
25
KEYCLOAK_ADMIN: admin
0 commit comments