Update readme

This commit is contained in:
2024-08-11 09:50:12 +02:00
parent da8225b8ff
commit 46fe319db1
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ Alternatively, pass a `--env-file` in order to use a full config as described be
```yaml
docker run --rm --network your_network_name \
--env-file your-env-file
--env-file your-env-file \
-v $PWD/backup:/backup/ \
jkaninda/pg-bkup backup -d database_name
```