Correcting a few typos and text styling. (#359)

This commit is contained in:
Armando Lüscher 2019-08-09 16:38:46 +02:00 committed by Simon Aronsson
parent 56fbede32d
commit 7a30fd7102
6 changed files with 13 additions and 13 deletions

View file

@ -11,14 +11,14 @@ executed after restarting the container.
This feature is disabled by default. To enable it, you need to set the option
`--enable-lifecycle-hooks` on the command line, or set the environment variable
`WATCHTOWER_LIFECYCLE_HOOKS` to true.
`WATCHTOWER_LIFECYCLE_HOOKS` to `true`.
### Specifying update commands
The commands are specified using docker container labels, with
`com.centurylinklabs.watchtower.pre-update-command` for the *pre-update*
`com.centurylinklabs.watchtower.lifecycle.pre-update-command` for the *pre-update*
command and `com.centurylinklabs.watchtower.lifecycle.post-update` for the
*post-update* command.