Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions control-plane/volume-manager/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ services:
# ========================================

patroni1:
image: ghcr.io/zalando/spilo-15:3.0-p1
image: ghcr.io/zalando/spilo-15:3.2-p1
container_name: patroni1
hostname: patroni1
environment:
Expand Down Expand Up @@ -328,7 +328,7 @@ services:
restart: unless-stopped

patroni2:
image: ghcr.io/zalando/spilo-15:3.0-p1
image: ghcr.io/zalando/spilo-15:3.2-p1
container_name: patroni2
hostname: patroni2
environment:
Expand Down Expand Up @@ -393,7 +393,7 @@ services:
restart: unless-stopped

patroni3:
image: ghcr.io/zalando/spilo-15:3.0-p1
image: ghcr.io/zalando/spilo-15:3.2-p1
container_name: patroni3
hostname: patroni3
environment:
Expand Down
Loading