Skip to content

Commit 4ec6fa1

Browse files
authored
Remove the docker.io/ prefix from Keycloak Docker image URL (#198)
1 parent 31b026b commit 4ec6fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-keycloak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
keycloak:
4-
image: docker.io/bitnamilegacy/keycloak:22.0.5
4+
image: bitnamilegacy/keycloak:22.0.5
55
restart: unless-stopped
66
volumes:
77
- ${KEYCLOAK_CONFIG_PATH}/realms:/keycloak-files/realm-config

0 commit comments

Comments
 (0)