Skip to content

Commit

Permalink
[bitnami/zookeeper] Bump version from docker-compose-cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Celia Garcia Marquez <gcelia@vmware.com>
  • Loading branch information
CeliaGMqrz committed Aug 30, 2023
1 parent 066dffa commit 5f2aaa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bitnami/zookeeper/docker-compose-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '2'

services:
zookeeper:
image: docker.io/bitnami/zookeeper:3.8
image: docker.io/bitnami/zookeeper:3.9
ports:
- '2181'
volumes:
Expand All @@ -15,7 +15,7 @@ services:
- ALLOW_ANONYMOUS_LOGIN=yes
- ZOO_SERVERS=zookeeper:2888:3888,zookeeper2:2888:3888,zookeeper3:2888:3888
zookeeper2:
image: docker.io/bitnami/zookeeper:3.8
image: docker.io/bitnami/zookeeper:3.9
ports:
- '2181'
volumes:
Expand All @@ -25,7 +25,7 @@ services:
- ALLOW_ANONYMOUS_LOGIN=yes
- ZOO_SERVERS=zookeeper:2888:3888,zookeeper2:2888:3888,zookeeper3:2888:3888
zookeeper3:
image: docker.io/bitnami/zookeeper:3.8
image: docker.io/bitnami/zookeeper:3.9
ports:
- '2181'
volumes:
Expand Down

0 comments on commit 5f2aaa2

Please sign in to comment.