docs(mkdocs): Update include docker-compose

This commit is contained in:
2026-02-23 15:55:15 +01:00
parent 3937b36892
commit 4cae82c200
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,6 @@ docker compose up -d
## aktuelles Skript ## aktuelles Skript
```snippet ```snippet
path: ../../../docker/adguardhome/docker-compose.yml path: . ./../../docker/adguardhome/docker-compose.yml
language: yaml language: yaml
``` ```

View File

@@ -31,6 +31,7 @@ markdown_extensions:
- pymdownx.superfences - pymdownx.superfences
- pymdownx.highlight - pymdownx.highlight
- pymdownx.snippets - pymdownx.snippets
check_paths: false
- pymdownx.tasklist - pymdownx.tasklist
- pymdownx.tabbed - pymdownx.tabbed
- pymdownx.mark - pymdownx.mark