Skip to content

Commit d82f2c5

Browse files
committed
fix: rename duplicate keycloak service key in docker-compose.sso.yml
1 parent 773ce2b commit d82f2c5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker/docker-compose.sso.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ services:
1616
networks:
1717
- it-stack-net
1818

19-
# Local Keycloak for SSO lab (replace with lab-id1 in real env)
20-
keycloak:
19+
# Local Keycloak reference instance for SSO lab (replace with lab-id1 in real env)
20+
keycloak-sso:
2121
image: quay.io/keycloak/keycloak:24
22-
container_name: it-stack-keycloak-keycloak
22+
container_name: it-stack-keycloak-sso
2323
command: start-dev
2424
environment:
2525
KEYCLOAK_ADMIN: admin

0 commit comments

Comments
 (0)