added timezone and fixed default tcp proxy

This commit is contained in:
2025-05-31 16:12:44 +00:00
parent cb93a39cc6
commit f81b07f528
5 changed files with 11 additions and 4 deletions

View File

@ -3,9 +3,10 @@ services:
adguard-cidre:
build: .
environment:
- TZ=Europe/Paris # change to your timezone
- BLOCK_COUNTRIES=CN,RU,IR # choose countries listed IP to block. Full lists here https://github.com/vulnebify/cidre/tree/main/output/cidr/ipv4
- BLOCKLIST_CRON=0 6 * * * # at 6:00 every days
- DOCKER_API_URL=http://socket-proxy-adguard:2375
- DOCKER_API_URL=tcp://socket-proxy-adguard:2375
volumes:
- /path/to/adguard/confdir:/adguard