This is an automated email from the ASF dual-hosted git repository.
baoyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git
The following commit(s) were added to refs/heads/master by this push:
new 9b3c3d3 docs: change etcd image in README (#609)
9b3c3d3 is described below
commit 9b3c3d367ab5c73f95e27ee37e82d25b79dd846b
Author: Baoyuan <[email protected]>
AuthorDate: Thu Oct 30 17:10:50 2025 +0800
docs: change etcd image in README (#609)
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 36f1b37..34d4498 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ docker run -d \
--net host \
-e ALLOW_NONE_AUTHENTICATION=yes \
-e ETCD_ADVERTISE_CLIENT_URLS=http://127.0.0.1:2379 \
- bitnami/etcd:latest
+ bitnamilegacy/etcd:3.5.11
```
2. Start APISIX.
@@ -105,7 +105,7 @@ docker run -d --name etcd \
-p 2380:2380 \
-e ALLOW_NONE_AUTHENTICATION=yes \
-e ETCD_ADVERTISE_CLIENT_URLS=http://127.0.0.1:2379 \
- bitnami/etcd:latest
+ bitnamilegacy/etcd:3.5.11
```
2. View the return result of the previous step, we can see the `subnet`
address. Create a APISIX configuration file in the current directory. You need
to set `allow_admin` to the `subnet` address obtained in step1.