From 93d38900c8096e099d79ffdd6ac1c2e5b401a1a2 Mon Sep 17 00:00:00 2001 From: Djeex Date: Sat, 31 May 2025 17:12:11 +0000 Subject: [PATCH] Updated readme and container name --- README.md | 2 ++ docker-compose.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 6d2e943..a8278a4 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ | `BLOCK_COUNTRIES` | Comma-separated country codes to block (e.g., `CN,RU,IR`) | (required) | | `BLOCKLIST_CRON` | Cron expression for update frequency (e.g., `0 6 * * *`) | `0 6 * * *` (at 6:00 everydays) | | `DOCKER_API_URL` | URL of Docker socket proxy to restart AdGuard container | `http://socket-proxy-adguard:2375` | +| `ADGUARD_CONTAINER_NAME` | Name of your adguard container | `adguardhome` | + ## File Structure diff --git a/docker-compose.yml b/docker-compose.yml index 3c7d043..176381f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,6 +2,7 @@ services: adguard-cidre: build: . + container_name: adguard-cidre 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