Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Fix linting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Feb 16, 2020
1 parent fbc8fd6 commit b9ae595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/config/Containers.md
Expand Up @@ -209,7 +209,7 @@ Overrides [health check](https://docs.docker.com/engine/reference/builder/#healt
* `interval` The interval between runs of the health check. Accepts values such as `2s` (two seconds) or `1m` (one minute).

* `start_period` The time to wait before failing health checks count against the retry count. The health check is still run during this period,
and if the check succeeds, the container is immediately considered healthy. Accepts values such as `2s` (two seconds) or `1m` (one minute).
and if the check succeeds, the container is immediately considered healthy. Accepts values such as `2s` (two seconds) or `1m` (one minute).

## `run_as_current_user`
Run the container with the same UID and GID as the user running batect (rather than the user the Docker daemon runs as, which is root
Expand Down

0 comments on commit b9ae595

Please sign in to comment.