Update docs

This commit is contained in:
2024-08-11 09:49:41 +02:00
parent 71d438ba76
commit cb0dcf4104
2 changed files with 2 additions and 2 deletions

View File

@@ -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
```

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/mysql-bkup backup -d database_name
```