Files
homelab-optimized/hosts/synology/setillo/adguard/adguard-stack.yaml
Gitea Mirror Bot 75d4f4e02b
Some checks failed
Documentation / Build Docusaurus (push) Failing after 5m0s
Documentation / Deploy to GitHub Pages (push) Has been skipped
Sanitized mirror from private repository - 2026-03-29 13:33:25 UTC
2026-03-29 13:33:25 +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