Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
perkss committed Jul 20, 2019
1 parent d719551 commit 6dcc72a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
zookeeper:
image: confluentinc/cp-zookeeper:5.3.0
image: confluentinc/cp-zookeeper:latest
hostname: zookeeper
container_name: zookeeper
ports:
Expand All @@ -10,7 +10,7 @@ services:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000
broker:
image: confluentinc/cp-enterprise-kafka:5.3.0
image: confluentinc/cp-enterprise-kafka:latest
hostname: broker
container_name: broker
depends_on:
Expand Down

0 comments on commit 6dcc72a

Please sign in to comment.