infra(mkdocs): docker-compose Daten auf /docker/Bruchtal gesetzt

This commit is contained in:
2026-02-20 18:15:06 +01:00
parent 19f3f5b54f
commit 7f775e277f
3 changed files with 14 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ services:
- "8005:8000"
volumes:
- /docker/bruchtal-docs:/docs
- /docker/Bruchtal:/docs
command: serve --dev-addr=0.0.0.0:8000

View File

@@ -0,0 +1,13 @@
version: "3.8"
services:
adguardhome:
image: adguard/adguardhome:v0.107.69
container_name: adguardhome
restart: unless-stopped
network_mode: host
volumes:
- /docker/Daten/adguardhome/work:/opt/adguardhome/work
- /docker/Daten/adguardhome/conf:/opt/adguardhome/conf
environment:
TZ: Europe/Berlin

View File

@@ -1,13 +0,0 @@
version: "3.8"
services:
adguardhome:
image: adguard/adguardhome:v0.107.69
container_name: adguardhome
restart: unless-stopped
network_mode: host
volumes:
- /docker/Daten/adguardhome/work:/opt/adguardhome/work
- /docker/Daten/adguardhome/conf:/opt/adguardhome/conf
environment:
TZ: Europe/Berlin