Update docker/ag-main/docker-compose.yml
Some checks failed
Lint on PR / Lint YAML files (pull_request) Failing after 7s
Ansible Deploy to Hosts / deploy (pull_request) Successful in 21s

This commit is contained in:
Matt Reeves 2025-01-12 23:46:35 -05:00
parent 78a3cc6e3a
commit 2f6944246d

View file

@ -20,17 +20,3 @@ services:
- 8853:8853/udp - 8853:8853/udp
- 5443:5443/tcp - 5443:5443/tcp
- 5443:5443/udp - 5443:5443/udp
adguardhome-sync:
image: ghcr.io/linuxserver/adguardhome-sync@sha256:a66d1177d3ef767c273f3f874065f43df633deec0153fd5669b4628e2cacfcf9
container_name: adguardhome-sync
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- CONFIGFILE=/config/adguardhome-sync.yaml
volumes:
- /home/mafyuh/adguard/sync:/config
ports:
- 8080:8080
restart: unless-stopped