Skip to content

Commit 6675abf

Browse files
committed
Missing bitnami/kafka and bitnami/schemaregistry images fixes
1 parent 51e6877 commit 6675abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ services:
166166
### KAFKA-related services:
167167

168168
kafka:
169-
image: bitnami/kafka:3.7.0
169+
image: bitnamilegacy/kafka:3.7.0
170170
restart: unless-stopped
171171
hostname: nu-kafka
172172
environment:
@@ -186,7 +186,7 @@ services:
186186
memory: 512M
187187

188188
schema-registry:
189-
image: bitnami/schema-registry:7.6.1
189+
image: bitnamilegacy/schema-registry:7.6.1
190190
restart: unless-stopped
191191
environment:
192192
SCHEMA_REGISTRY_LISTENERS: "http://0.0.0.0:8081"

0 commit comments

Comments
 (0)