You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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**!
94
95
95
96
```yaml
96
97
clients:
@@ -156,13 +157,13 @@ To find out how you can change the default UID/GID of this container image, cons
| `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 | |
166
167
167
168
# MAIN TAGS 🏷️
168
169
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
207
208
>* Use a reverse proxy like Traefik, Nginx, HAproxy to terminate TLS and to protect your endpoints
208
209
>* Use Let’s Encrypt DNS-01 challenge to obtain valid SSL certificates for your services
209
210
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
-
214
211
# ElevenNotes™️
215
212
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).
0 commit comments