tomaszmichalak opened a new issue, #3657:
URL: https://github.com/apache/bookkeeper/issues/3657
**BUG REPORT**
The `pom.xml` file specifies Zookeeper version:
```xml
<zookeeper.version>3.8.0</zookeeper.version>
```
However, Docker Compose `docker/docker-compose.yml` configuration points to
the latest tag, which can be a different version.
***Expected behavior***
Please replace: `image: zookeeper` with `image: zookeeper:3.8.0`.
***Additional context***
Can not start Docker Compose from `docker`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]