From 9d72a4ea4a5b29e2285fa4073e40b04b725d67a3 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 30 Apr 2025 09:05:49 +0000
Subject: [PATCH] github-actions[bot]: update README.md
---
LICENSE | 2 +-
README.md | 25 ++++++++++++++++---------
compose.yaml | 2 +-
3 files changed, 18 insertions(+), 11 deletions(-)
diff --git a/LICENSE b/LICENSE
index e152317..ef9883e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (c) 2025 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
diff --git a/README.md b/README.md
index 2f7176d..c9a2482 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,22 @@

-# ⛰️ bind
-[
](https://github.com/11notes/docker-bind)[
](https://github.com/11notes/docker-bind/issues)
+# BIND
+[
](https://github.com/11notes/docker-BIND)[
](https://github.com/11notes/docker-BIND/issues)
High performance bind with default operating modes
# MAIN TAGS 🏷️
These are the main tags for the image. There is also a tag for each commit and its shorthand sha256 value.
-* [9.18.35](https://hub.docker.com/r/11notes/bind/tags?name=9.18.35)
+* [9.18.36](https://hub.docker.com/r/11notes/bind/tags?name=9.18.36)
* [stable](https://hub.docker.com/r/11notes/bind/tags?name=stable)
-* [latest](https://hub.docker.com/r/11notes/bind/tags?name=latest)
+
+# REPOSITORIES ☁️
+```
+docker pull 11notes/bind:9.18.36
+docker pull ghcr.io/11notes/bind:9.18.36
+docker pull quay.io/11notes/bind:9.18.36
+```
# SYNOPSIS 📖
**What can I do with this?** This image will run BIND9 DNS server precompiled for large installations and maximum performance. It also offers three operating modes: Master, Slave and Resolver set via **command: ["mode"]**.
@@ -39,7 +45,7 @@ If run as a resolver, it will cache all results and use the root zone NS to crea
name: "bind"
services:
bind:
- image: "11notes/bind:9.18.35"
+ image: "11notes/bind:9.18.36"
command: ["master"]
environment:
TZ: "Europe/Zurich"
@@ -81,7 +87,7 @@ networks:
| `BIND_MASTERS` | IPs of bind master if using authoritative slave (add ;) | |
# SOURCE 💾
-* [11notes/bind](https://github.com/11notes/docker-bind)
+* [11notes/bind](https://github.com/11notes/docker-BIND)
# PARENT IMAGE 🏛️
* [11notes/alpine:stable](https://hub.docker.com/r/11notes/alpine)
@@ -91,10 +97,11 @@ networks:
* [11notes/util](https://github.com/11notes/docker-util)
# GENERAL TIPS 📌
-* Use a reverse proxy like Traefik, Nginx, HAproxy to terminate TLS and to protect your endpoints
-* Use Let’s Encrypt DNS-01 challenge to obtain valid SSL certificates for your services
+> [!TIP]
+>* Use a reverse proxy like Traefik, Nginx, HAproxy to terminate TLS and to protect your endpoints
+>* Use Let’s Encrypt DNS-01 challenge to obtain valid SSL certificates for your services
# ElevenNotes™️
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-bind/releases) for breaking changes. If you have any problems with using this image simply raise an [issue](https://github.com/11notes/docker-bind/issues), thanks. If you have a question or inputs please create a new [discussion](https://github.com/11notes/docker-bind/discussions) instead of an issue. You can find all my other repositories on [github](https://github.com/11notes?tab=repositories).
-*created 20.03.2025, 14:46:24 (CET)*
\ No newline at end of file
+*created 30.04.2025, 11:05:48 (CET)*
\ No newline at end of file
diff --git a/compose.yaml b/compose.yaml
index 9acd4a2..ac580cd 100644
--- a/compose.yaml
+++ b/compose.yaml
@@ -1,7 +1,7 @@
name: "bind"
services:
bind:
- image: "11notes/bind:9.18.35"
+ image: "11notes/bind:9.18.36"
command: ["master"]
environment:
TZ: "Europe/Zurich"