Skip to content

Commit 9b3c3d3

Browse files
authored
docs: change etcd image in README (#609)
1 parent 7134677 commit 9b3c3d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ docker run -d \
7878
--net host \
7979
-e ALLOW_NONE_AUTHENTICATION=yes \
8080
-e ETCD_ADVERTISE_CLIENT_URLS=http://127.0.0.1:2379 \
81-
bitnami/etcd:latest
81+
bitnamilegacy/etcd:3.5.11
8282
```
8383

8484
2. Start APISIX.
@@ -105,7 +105,7 @@ docker run -d --name etcd \
105105
-p 2380:2380 \
106106
-e ALLOW_NONE_AUTHENTICATION=yes \
107107
-e ETCD_ADVERTISE_CLIENT_URLS=http://127.0.0.1:2379 \
108-
bitnami/etcd:latest
108+
bitnamilegacy/etcd:3.5.11
109109
```
110110

111111
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.

0 commit comments

Comments
 (0)