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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
pg-1:
container_name: postgres_1
image: docker.io/bitnamilegacy/postgresql-repmgr:17.6.0
image: docker.io/soldevelo/postgresql-repmgr:17.6.0

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are newer images of 17 release branch but I cannot find them on soldevelo.
So update is not reasonable

ports:
- "6432:5432"
volumes:
Expand Down Expand Up @@ -29,7 +29,7 @@ services:

pg-2:
container_name: postgres_2
image: docker.io/bitnamilegacy/postgresql-repmgr:17.6.0
image: docker.io/soldevelo/postgresql-repmgr:17.6.0
ports:
- "6433:5432"
volumes:
Expand Down