You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2017/12/02 14:05:17 UTC

[GitHub] aojea commented on a change in pull request #701: ISSUE-#328: add a Docker Compose example file

aojea commented on a change in pull request #701: ISSUE-#328: add a Docker Compose example file
URL: https://github.com/apache/bookkeeper/pull/701#discussion_r154497139
 
 

 ##########
 File path: docker/docker-compose.yml
 ##########
 @@ -0,0 +1,27 @@
+version: '2'
+
+services:
+  zookeeper:
+    image: zookeeper:3.4.9
 
 Review comment:
   I remove the tag to the zookeeper version to fetch always the latest

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services