Skip to content

Commit 2fa8a2a

Browse files
atombrellapiksel
andauthored
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 <[email protected]>
1 parent 93ccce8 commit 2fa8a2a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,16 @@ and restart it with the same options that were used when it was deployed initial
4545
the following command:
4646

4747
=== "docker run"
48+
4849
```bash
4950
$ docker run -d \
5051
--name watchtower \
5152
-v /var/run/docker.sock:/var/run/docker.sock \
5253
containrrr/watchtower
5354
```
55+
5456
=== "docker-compose.yml"
57+
5558
```yaml
5659
version: "3"
5760
services:

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ markdown_extensions:
2323
user: containrrr
2424
repo: watchtower
2525
- pymdownx.saneheaders
26-
- pymdownx.tabbed
26+
- pymdownx.tabbed:
27+
alternate_style: true
2728
nav:
2829
- 'Home': 'index.md'
2930
- 'Introduction': 'introduction.md'

0 commit comments

Comments
 (0)