mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-06-27 13:57:58 +00:00
Updated README
This commit is contained in:
@@ -44,7 +44,7 @@ services:
|
|||||||
- BACKUP_KEEP_WEEKS=4
|
- BACKUP_KEEP_WEEKS=4
|
||||||
- BACKUP_KEEP_MONTHS=6
|
- BACKUP_KEEP_MONTHS=6
|
||||||
- HEALTHCHECK_PORT=80
|
- HEALTHCHECK_PORT=80
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Environment Variables
|
### Environment Variables
|
||||||
@@ -53,7 +53,7 @@ Most variables are the same as [postgres official image](https://hub.docker.com/
|
|||||||
| env variable | description |
|
| env variable | description |
|
||||||
|--|--|
|
|--|--|
|
||||||
| POSTGRES_HOST | postgres connection parameter; postgres host. |
|
| POSTGRES_HOST | postgres connection parameter; postgres host. |
|
||||||
| POSTGRES_DB | postgres connection parameter; postgres database to connect to. |
|
| POSTGRES_DB | coma list of postgres databases to connect to. |
|
||||||
| POSTGRES_USER | postgres connection parameter; postgres user to connect with. |
|
| POSTGRES_USER | postgres connection parameter; postgres user to connect with. |
|
||||||
| POSTGRES_PASSWORD | postgres connection parameter; postgres password to connect with. |
|
| POSTGRES_PASSWORD | postgres connection parameter; postgres password to connect with. |
|
||||||
| POSTGRES_PASSWORD_FILE | alternative to POSTGRES_PASSWORD, to use with docker secrets. |
|
| POSTGRES_PASSWORD_FILE | alternative to POSTGRES_PASSWORD, to use with docker secrets. |
|
||||||
|
|||||||
Reference in New Issue
Block a user