This is an automated email from the ASF dual-hosted git repository.

spacewander 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 a9dc449  feat: add dashboard support for docker-compose-arm64.yml 
(#269)
a9dc449 is described below

commit a9dc4499f43acf4362d716bf4dda54965403dbe1
Author: leslie <59061168+leslie-ts...@users.noreply.github.com>
AuthorDate: Fri Feb 11 11:59:18 2022 +0800

    feat: add dashboard support for docker-compose-arm64.yml (#269)
---
 example/docker-compose-arm64.yml | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/example/docker-compose-arm64.yml b/example/docker-compose-arm64.yml
index d46a9a5..cb6f263 100644
--- a/example/docker-compose-arm64.yml
+++ b/example/docker-compose-arm64.yml
@@ -18,8 +18,18 @@
 version: "3"
 
 services:
+  apisix-dashboard:
+    image: apache/apisix-dashboard:2.10.1-alpine
+    restart: always
+    volumes:
+      - ./dashboard_conf/conf.yaml:/usr/local/apisix-dashboard/conf/conf.yaml
+    ports:
+      - "9000:9000"
+    networks:
+      apisix:
+
   apisix:
-    image: apache/apisix:2.9-alpine
+    image: apache/apisix:2.11.0-alpine
     restart: always
     volumes:
       - ./apisix_log:/usr/local/apisix/logs
@@ -35,7 +45,7 @@ services:
       apisix:
 
   etcd:
-    image: rancher/coreos-etcd:v3.4.13-arm64
+    image: rancher/coreos-etcd:v3.4.15-arm64
     user: root
     restart: always
     volumes:

Reply via email to