mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
* Fix docker-compose syntax in quick-start. GH #1105 * use new mkdocs tabs * fix indentation for tabs Co-authored-by: nils måsén <nils@piksel.se>
This commit is contained in:
parent
93ccce8ed2
commit
2fa8a2ad0c
2 changed files with 5 additions and 1 deletions
|
@ -45,13 +45,16 @@ and restart it with the same options that were used when it was deployed initial
|
|||
the following command:
|
||||
|
||||
=== "docker run"
|
||||
|
||||
```bash
|
||||
$ docker run -d \
|
||||
--name watchtower \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
containrrr/watchtower
|
||||
```
|
||||
|
||||
=== "docker-compose.yml"
|
||||
|
||||
```yaml
|
||||
version: "3"
|
||||
services:
|
||||
|
|
|
@ -23,7 +23,8 @@ markdown_extensions:
|
|||
user: containrrr
|
||||
repo: watchtower
|
||||
- pymdownx.saneheaders
|
||||
- pymdownx.tabbed
|
||||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
nav:
|
||||
- 'Home': 'index.md'
|
||||
- 'Introduction': 'introduction.md'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue