Cleanup zookeeper config management
When I added zk03 there was a stray empty space on the region_name for that server. Clean that up. We can also drop the docker-compose.yaml version specifier because docker compose on Noble ignores it. The new servers run on noble and emit a warning with that version in the file. Clean that up to avoid the warning. Change-Id: Icf62dfc968185fbd4dfdc41f83865541f9472928
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
# Version 2 is the latest that is supported by docker-compose in
|
|
||||||
# Ubuntu Xenial.
|
|
||||||
version: '2'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
zk:
|
zk:
|
||||||
image: docker.io/library/zookeeper:3.8
|
image: docker.io/library/zookeeper:3.8
|
||||||
|
Reference in New Issue
Block a user