Files
homelab-optimized/hosts/synology/setillo/adguard/adguard-stack.yaml
Gitea Mirror Bot fb00a325d1
Some checks failed
Documentation / Build Docusaurus (push) Failing after 5m14s
Documentation / Deploy to GitHub Pages (push) Has been skipped
Sanitized mirror from private repository - 2026-04-18 11:19:59 UTC
2026-04-18 11:19:59 +00:00

14 lines
324 B
YAML

version: '3.8'
services:
adguard:
image: adguard/adguardhome
container_name: adguard
restart: unless-stopped
network_mode: host
environment:
- TZ=America/Phoenix
volumes:
- /volume1/docker/adguard/config:/opt/adguardhome/conf
- /volume1/docker/adguard/data:/opt/adguardhome/work