chore: Upgrade to Postgres 12.5

This commit is contained in:
2021-01-04 11:25:02 +01:00
parent c5c5a39f36
commit e2c8ebdc2d
5 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ NEXTCLOUD_ADMIN_PASSWORD: password
# DATABASE
# Voir la description ../postgres/README.md
POSTGRES_IMAGE=postgres:12.2-alpine
POSTGRES_IMAGE=postgres:12.5-alpine
POSTGRES_USER=user-example
POSTGRES_PASSWORD=password-example
POSTGRES_DB=postgres-database-name-example