Skip to content

Commit

Permalink
docs: Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Apr 6, 2024
1 parent c320fa4 commit 53a69d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This utility can backup the entire Portainer database, optionally protect the ar

## Usage

Via `compose.yml`
Via Docker Compose:

```yaml
version: '3.8'
Expand All @@ -44,7 +44,7 @@ services:
- /var/backup:/backup
```
Via `docker run`
Via Docker CLI:
```shell
docker run -it --rm \
Expand Down

0 comments on commit 53a69d7

Please sign in to comment.