mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
Fix syntax highlight and typo in docs (#712)
This commit is contained in:
parent
8c9545b336
commit
9b998fb751
4 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@ docker run -d \
|
|||
|
||||
If you mount the config file as described above, be sure to also prepend the URL for the registry when starting up your watched image (you can omit the https://). Here is a complete docker-compose.yml file that starts up a docker container from a private repo at Docker Hub and monitors it with watchtower. Note the command argument changing the interval to 30s rather than the default 5 minutes.
|
||||
|
||||
```json
|
||||
```yaml
|
||||
version: "3"
|
||||
services:
|
||||
cavo:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue