Skip to content

Commit

Permalink
use kafka image with arm64 (Apple M1) support
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaidar authored and Daniel Orner committed Jan 20, 2023
1 parent d688d1c commit 3319a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Key|Service|Ports
`mysql8`|MySQL 8.0|3308
`redis`|Redis|<ul><li>6379</li><li>8001 (Insights)</li></ul>
`kafka`|Kafka with Lenses Box|<ul><li>9092 (Kafka broker)</li><li>8081 (Schema Registry)</li><li>3030 (Lenses)</li></ul>
`mailcatcher`Mailcatcher|<ul><li>1025 (SMTP server)</li><li>1080 (UI)</li></ul>
`mailcatcher`|Mailcatcher|<ul><li>1025 (SMTP server)</li><li>1080 (UI)</li></ul>

### MySQL

Expand Down
2 changes: 1 addition & 1 deletion gdc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
# ---------- KAFKA ----------

kafka:
image: lensesio/box
image: nhaidarflipp/kafka-lenses-dev:latest
environment:
ADV_HOST: ${KAFKA_ADV_HOST:-127.0.0.1}
EULA: ${LENSES_KEY}
Expand Down

0 comments on commit 3319a7c

Please sign in to comment.