Merge pull request #3360 from abordage/add_postgres_client_version_option

Add POSTGRES_CLIENT_VERSION option
This commit is contained in:
Shao Yu-Lung (Allen)
2023-03-30 08:05:44 +08:00
committed by GitHub
4 changed files with 7 additions and 2 deletions

View File

@ -462,6 +462,7 @@ MARIADB_ENTRYPOINT_INITDB=./mariadb/docker-entrypoint-initdb.d
### POSTGRES ##############################################
POSTGRES_VERSION=alpine
POSTGRES_CLIENT_VERSION=15
POSTGRES_DB=default
POSTGRES_USER=default
POSTGRES_PASSWORD=secret