Skip to content

Commit

Permalink
Update labels.md (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minituff authored Oct 17, 2023
1 parent 527333a commit 7acab88
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ If a container has an Enviornment Variable applied as well as a conflicting Labe
## Enable Nautical
With the [Require Label](./arguments.md#require-label) enviornment variable set to `true`, then all containers will be skipped unless they have this label.

> **Default If Missing**: true
> **Default If Missing**: true <small> (all containers will be enabled).</small>
```properties
nautical-backup.enable=false
Expand All @@ -82,11 +82,11 @@ nautical-backup.skip=true

<small>🔄 This is the same action as the [Skip Containers](./arguments.md#skip-containers) variable, but applied only to this container.</small>

## Stop Before Backup
## Stop Container Before Backup

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

> **Default If Missing**: true
> **Default If Missing**: true <small> (container will be stopped before backup).</small>
```properties
nautical-backup.stop-before-backup=false
Expand All @@ -97,7 +97,7 @@ nautical-backup.stop-before-backup=false

Only do this on containers you know for certain do not need to be shutdown before backup.

<small>🔄 This is the same action [Skip Stopping Containers](./arguments.md#skip-stopping-containers) variable, but applied only to this container.</small>
<small>🔄 This is a similar action to the [Skip Stopping Containers](./arguments.md#skip-stopping-containers) variable, but applied only to this container.</small>

## Override Source Directory Name

Expand Down

0 comments on commit 7acab88

Please sign in to comment.