Merge "Upgrade zookeeper from 3.6 to 3.7"

This commit is contained in:
Zuul
2022-11-02 18:53:15 +00:00
committed by Gerrit Code Review

View File

@@ -4,7 +4,7 @@ version: '2'
services:
zk:
image: docker.io/library/zookeeper:3.6
image: docker.io/library/zookeeper:3.7
restart: always
network_mode: host
user: "10001:10001"