Skip to content

Commit

Permalink
Bump to ksqlDB 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoff committed Feb 23, 2021
1 parent 90dd6c0 commit e5afc0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions introduction-to-ksqldb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
# To connect to the DB:
# docker exec -it ksqldb bash -c 'ksql http://localhost:8088'
# *-----------------------------*
image: confluentinc/ksqldb-server:0.14.0
image: confluentinc/ksqldb-server:0.15.0
container_name: ksqldb
depends_on:
- broker
Expand Down Expand Up @@ -262,4 +262,4 @@ services:
--data-binary '{"enabled":false}' \
--compressed
sleep infinity
sleep infinity

0 comments on commit e5afc0d

Please sign in to comment.