"infra(adguardhome): docker-compose.yml für adguardhome stack"

This commit is contained in:
2026-02-20 18:12:37 +01:00
parent 26e757fe9c
commit 19f3f5b54f
2 changed files with 13 additions and 0 deletions

View File

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