nktch1
Results
1
issues of
nktch1
Hi, I'm running the example with your docker-compose with a little modification. ``` version: '3' services: keycloak: depends_on: - "kafka" image: keycloak-kafka build: context: . ports: - "8084:8080" environment: KEYCLOAK_ADMIN:...