Skip to content

Commit

Permalink
chore(cmak2zk): docker-compose fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed Mar 10, 2021
1 parent 86b37a6 commit 104a907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmak2zk/examples/docker-compose-cmak2zk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
depends_on:
- "zk"
volumes:
- "${PWD}/clusters.yaml:/app/etc/clusters.yaml"
- "${PWD}/clusters.yaml:/app/etc/clusters.yaml:ro"

###############################################################
# This Kafka setup is only for demonstration purpose. #
Expand Down

0 comments on commit 104a907

Please sign in to comment.