Skip to content

Commit

Permalink
remove build instruction docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Mar 21, 2024
1 parent 0b9d3c5 commit 33b0db5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ services:

keycloak:
image: ${COMPOSE_KEYCLOAK_IMAGE:-camunda/keycloak:latest}
build: ./keycloak-latest
environment:
KEYCLOAK_ADMIN: "${KEYCLOAK_ADMIN:-admin}"
KEYCLOAK_ADMIN_PASSWORD: "${KEYCLOAK_ADMIN_PASSWORD:-admin}"
Expand Down

0 comments on commit 33b0db5

Please sign in to comment.