14.1.0-debian-10-r80 release

This commit is contained in:
Bitnami Bot
2022-02-02 17:09:45 +00:00
parent 5074c5313c
commit 1a89fcb8bf
4 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ version: '2'
services:
postgresql-master:
image: docker.io/bitnami/postgresql:11
image: docker.io/bitnami/postgresql:14
ports:
- '5432'
volumes:
@@ -16,7 +16,7 @@ services:
- POSTGRESQL_DATABASE=my_database
- ALLOW_EMPTY_PASSWORD=yes
postgresql-slave:
image: docker.io/bitnami/postgresql:11
image: docker.io/bitnami/postgresql:14
ports:
- '5432'
depends_on: