Readme update

Added POSTGRES_PASSWORD_FILE under postgres service.
This commit is contained in:
capnis
2018-06-30 11:28:14 +03:00
committed by GitHub
parent 342cc5cf70
commit 9aec9ca274
+1
View File
@@ -21,6 +21,7 @@ services:
- POSTGRES_DB=database
- POSTGRES_USER=username
- POSTGRES_PASSWORD=password
# - POSTGRES_PASSWORD_FILE=/run/secrets/db_password <-- alternative for POSTGRES_PASSWORD (to use with docker secrets)
pgbackups:
image: prodrigestivill/postgres-backup-local
restart: always