Skip to content

Commit

Permalink
fix: re-generate docker-compose.quickstart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed Feb 1, 2022
1 parent 45febf9 commit f603475
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/quickstart/docker-compose.quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
ports:
- 29092:29092
- 9092:9092
volumes:
- broker:/var/lib/kafka/data/
datahub-actions:
depends_on:
- datahub-gms
Expand Down Expand Up @@ -190,6 +192,7 @@ services:
- zkdata:/var/opt/zookeeper
version: '2.3'
volumes:
broker: null
esdata: null
mysqldata: null
neo4jdata: null
Expand Down

0 comments on commit f603475

Please sign in to comment.