diff --git a/README.md b/README.md index aa1f2f6..a0185a0 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,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 ``` diff --git a/docs/index.md b/docs/index.md index 30a36da..4d0cb94 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 ```