From 46fe319db173fc013c18ae29a4959b39bd33dd1f Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sun, 11 Aug 2024 09:50:12 +0200 Subject: [PATCH] Update readme --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ```