From cb0dcf4104d562ecfe20ab62637ce269a82b8109 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sun, 11 Aug 2024 09:49:41 +0200 Subject: [PATCH] Update docs --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db4a4ef..70fae0d 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/mysql-bkup backup -d database_name ``` diff --git a/docs/index.md b/docs/index.md index c5a69cb..a73deff 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/mysql-bkup backup -d database_name ```