From d38abae96ff4b9e52c59efc5c5a633a0c3e2a80d Mon Sep 17 00:00:00 2001 From: Marcos Gabarda Date: Thu, 16 May 2024 13:27:37 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 74904ae..971c449 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Example of a `docker-compose.yml` file that uses this image: - ./.env ``` -## Maintenance commands +## Maintenance commands This images adds commands to the original PostgreSQL image for maintenance proposes. @@ -43,25 +43,25 @@ This images adds commands to the original PostgreSQL image for maintenance propo Creates a backup of the database. Usage: - $ docker-compose -f .yml (exec |run --rm) postgres backup + $ docker compose -f .yml (exec |run --rm) postgres backup ### View backups Views a list of all created backups of the database. Usage: - $ docker-compose -f .yml (exec |run --rm) postgres backups + $ docker compose -f .yml (exec |run --rm) postgres backups ### Creates a read only user Creates a read only user. Usage: - $ docker-compose -f .yml (exec |run --rm) postgres createreaduser + $ docker compose -f .yml (exec |run --rm) postgres createreaduser ### Restore database from a backup Restores the indicated database backup. Usage: - $ docker-compose -f .yml (exec |run --rm) postgres restore <1> + $ docker compose -f .yml (exec |run --rm) postgres restore <1> Parameters: -- 2.51.2