Skip to content

Commit 01eb934

Browse files
jk2Kbestlong
authored andcommitted
fix: exec: zookeeper: not found (laradock#2199)
refer to [Zookeeper latest 3.5.5 Dockerfile](https://github.com/31z4/zookeeper-docker/blob/c978f835bc33509324b51cb210c8c5c9934c38ff/3.5.5/Dockerfile)
1 parent ce00c5e commit 01eb934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zookeeper/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ VOLUME /datalog
77

88
EXPOSE 2181
99

10-
CMD ["zookeeper"]
10+
CMD ["zkServer.sh", "start-foreground"]

0 commit comments

Comments
 (0)