Skip to content

Commit

Permalink
Update labels.md (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minituff authored Oct 17, 2023
1 parent fc0769f commit 527333a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Remember, these labels can be added to any container <small> (other than Nautica
- "nautical-backup.stop-before-backup=true"
```

=== "Docker Run Example"
=== "Docker Run Example 1"
```bash
docker run --name example-image \
-l nautical-backup.enable=true \
Expand Down Expand Up @@ -86,10 +86,10 @@ nautical-backup.skip=true

With this label applied, the container will not be stopped before performing a backup.

> **Default If Missing**: false
> **Default If Missing**: true
```properties
nautical-backup.stop-before-backup=true
nautical-backup.stop-before-backup=false
```

!!! warning "Not stoppping containers can produce *corrupt* backups."
Expand Down

0 comments on commit 527333a

Please sign in to comment.