Skip to content

Commit b017e19

Browse files
committed
2 parents 5da3916 + f262439 commit b017e19

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![banner](https://raw.githubusercontent.com/11notes/static/refs/heads/main/img/banner/README.png)
22

33
# ADGUARD
4-
![size](https://img.shields.io/badge/image_size-14MB-green?color=%2338ad2d)![5px](https://raw.githubusercontent.com/11notes/static/refs/heads/main/img/markdown/transparent5x2px.png)![pulls](https://img.shields.io/docker/pulls/11notes/adguard?color=2b75d6)![5px](https://raw.githubusercontent.com/11notes/static/refs/heads/main/img/markdown/transparent5x2px.png)[<img src="https://img.shields.io/github/issues/11notes/docker-adguard?color=7842f5">](https://github.com/11notes/docker-adguard/issues)![5px](https://raw.githubusercontent.com/11notes/static/refs/heads/main/img/markdown/transparent5x2px.png)![swiss_made](https://img.shields.io/badge/Swiss_Made-FFFFFF?labelColor=FF0000&logo=data:image/svg%2bxml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0idHJhbnNwYXJlbnQiLz4KICA8cGF0aCBkPSJtMTMgNmg2djdoN3Y2aC03djdoLTZ2LTdoLTd2LTZoN3oiIGZpbGw9IiNmZmYiLz4KPC9zdmc+)
4+
![size](https://img.shields.io/badge/image_size-17MB-green?color=%2338ad2d)![5px](https://raw.githubusercontent.com/11notes/static/refs/heads/main/img/markdown/transparent5x2px.png)![pulls](https://img.shields.io/docker/pulls/11notes/adguard?color=2b75d6)![5px](https://raw.githubusercontent.com/11notes/static/refs/heads/main/img/markdown/transparent5x2px.png)[<img src="https://img.shields.io/github/issues/11notes/docker-adguard?color=7842f5">](https://github.com/11notes/docker-adguard/issues)![5px](https://raw.githubusercontent.com/11notes/static/refs/heads/main/img/markdown/transparent5x2px.png)![swiss_made](https://img.shields.io/badge/Swiss_Made-FFFFFF?labelColor=FF0000&logo=data:image/svg%2bxml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0idHJhbnNwYXJlbnQiLz4KICA8cGF0aCBkPSJtMTMgNmg2djdoN3Y2aC03djdoLTZ2LTdoLTd2LTZoN3oiIGZpbGw9IiNmZmYiLz4KPC9zdmc+)
55

66
run AdGuardHome rootless and distroless.
77

@@ -24,6 +24,7 @@ AdGuard Home is a network-wide software for blocking ads and tracking. After you
2424
>* ... this image is automatically scanned for CVEs before and after publishing
2525
>* ... this image is created via a secure and pinned CI/CD process
2626
>* ... this image is very small
27+
>* ... this image creates a random password at start if none is set
2728
2829
If you value security, simplicity and optimizations to the extreme, then this image might be for you.
2930

@@ -32,7 +33,7 @@ Below you find a comparison between this image and the most used or original one
3233

3334
| **image** | **size on disk** | **init default as** | **[distroless](https://github.com/11notes/RTFM/blob/main/linux/container/image/distroless.md)** | supported architectures
3435
| ---: | ---: | :---: | :---: | :---: |
35-
| 11notes/adguard | 14MB | 1000:1000 || amd64, arm64, armv7 |
36+
| 11notes/adguard | 17MB | 1000:1000 || amd64, arm64, armv7 |
3637
| adguard/adguardhome | 77MB | 0:0 || 386, amd64, arm64, armv6, armv7, ppc64le |
3738

3839
# DEFAULT CONFIG 📑
@@ -90,7 +91,7 @@ log:
9091
schema_version: 29
9192
```
9293
93-
The default configuration contains no special settings, except ignoring the dnslookup health check in the statistics and as a client to not pollute your UI or statistics. Consider replacing it with your own or start the container with the default one and start changing what you need. The configuration will be updated with your settings if you use the mentioned volumes below. It is recommended to always add the exception for dnslookup.
94+
The default configuration contains no special settings, except ignoring the dnslookup health check in the statistics and as a client to not pollute your UI or statistics. Consider replacing it with your own or start the container with the default one and start changing what you need. The configuration will be updated with your settings if you use the mentioned volumes below. It is recommended to always add the exception for dnslookup. If using the default config, the container will set a new random password for the user ```admin``` at start and print it to the log **only once**!
9495

9596
```yaml
9697
clients:
@@ -156,13 +157,13 @@ To find out how you can change the default UID/GID of this container image, cons
156157
| `uid` | 1000 | [user identifier](https://en.wikipedia.org/wiki/User_identifier) |
157158
| `gid` | 1000 | [group identifier](https://en.wikipedia.org/wiki/Group_identifier) |
158159
| `home` | /adguard | home directory of user docker |
159-
| `login` | admin // adguard | login using default config |
160160

161161
# ENVIRONMENT 📝
162162
| Parameter | Value | Default |
163163
| --- | --- | --- |
164164
| `TZ` | [Time Zone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) | |
165165
| `DEBUG` | Will activate debug option for container image and app (if available) | |
166+
| `ADGUARD_CONFIG` | Will overwrite the default config with the value of this variable if set | |
166167

167168
# MAIN TAGS 🏷️
168169
These are the main tags for the image. There is also a tag for each commit and its shorthand sha256 value.
@@ -207,11 +208,7 @@ This image supports nobody by default. Simply add **-nobody** to any tag and the
207208
>* Use a reverse proxy like Traefik, Nginx, HAproxy to terminate TLS and to protect your endpoints
208209
>* Use Let’s Encrypt DNS-01 challenge to obtain valid SSL certificates for your services
209210
210-
# CAUTION ⚠️
211-
> [!CAUTION]
212-
>* This image comes with a default configuration with a default password for the admin account. Please set your own password or provide your own configuration.
213-
214211
# ElevenNotes™️
215212
This image is provided to you at your own risk. Always make backups before updating an image to a different version. Check the [releases](https://github.com/11notes/docker-adguard/releases) for breaking changes. If you have any problems with using this image simply raise an [issue](https://github.com/11notes/docker-adguard/issues), thanks. If you have a question or inputs please create a new [discussion](https://github.com/11notes/docker-adguard/discussions) instead of an issue. You can find all my other repositories on [github](https://github.com/11notes?tab=repositories).
216213
217-
*created 20.02.2026, 06:56:49 (CET)*
214+
*created 05.03.2026, 01:27:30 (CET)*

0 commit comments

Comments
 (0)