Fix docker-compose syntax in quick-start. GH #1105 (#1169)

* 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>
pull/1292/head
Mads Jensen 2 years ago committed by GitHub
parent 93ccce8ed2
commit 2fa8a2ad0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save