mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-07-03 00:38:04 +00:00
Readme update
Added POSTGRES_PASSWORD_FILE under postgres service.
This commit is contained in:
@@ -21,6 +21,7 @@ services:
|
|||||||
- POSTGRES_DB=database
|
- POSTGRES_DB=database
|
||||||
- POSTGRES_USER=username
|
- POSTGRES_USER=username
|
||||||
- POSTGRES_PASSWORD=password
|
- POSTGRES_PASSWORD=password
|
||||||
|
# - POSTGRES_PASSWORD_FILE=/run/secrets/db_password <-- alternative for POSTGRES_PASSWORD (to use with docker secrets)
|
||||||
pgbackups:
|
pgbackups:
|
||||||
image: prodrigestivill/postgres-backup-local
|
image: prodrigestivill/postgres-backup-local
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user