Skip to content

Commit

Permalink
bump our zks and our formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Sep 12, 2024
1 parent 4fdc6fd commit aa92e7e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:

blacklight:
Expand Down Expand Up @@ -125,7 +124,7 @@ services:
- keycloak

zoo1:
image: zookeeper:3.7.0
image: zookeeper:3.9.2
container_name: zoo1
hostname: zoo1
ports:
Expand All @@ -139,7 +138,7 @@ services:


zoo2:
image: zookeeper:3.7.0
image: zookeeper:3.9.2
container_name: zoo2
hostname: zoo2
ports:
Expand All @@ -153,7 +152,7 @@ services:


zoo3:
image: zookeeper:3.7.0
image: zookeeper:3.9.2
container_name: zoo3
hostname: zoo3
ports:
Expand Down

0 comments on commit aa92e7e

Please sign in to comment.