Compare commits

..

2 Commits

3 changed files with 14 additions and 1 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