You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by bz...@apache.org on 2022/12/14 06:06:37 UTC

[apisix-docker] branch master updated: fix: wrong env usage in docker compose (#392)

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

bzp2010 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 b5ce8d3  fix: wrong env usage in docker compose (#392)
b5ce8d3 is described below

commit b5ce8d3be8ad5956a3fc5cef10df8b6f751df8e5
Author: Zeping Bai <bz...@apache.org>
AuthorDate: Wed Dec 14 14:06:31 2022 +0800

    fix: wrong env usage in docker compose (#392)
---
 compose/dashboard-compose.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compose/dashboard-compose.yaml b/compose/dashboard-compose.yaml
index 7305b38..5e6d1cf 100644
--- a/compose/dashboard-compose.yaml
+++ b/compose/dashboard-compose.yaml
@@ -19,7 +19,7 @@ version: "3"
 
 services:
   dashboard:
-    image: "apache/apisix-dashboard:${APISIX_DASHBOARD_TAG}"
+    image: "apache/apisix-dashboard:${APISIX_DASHBOARD_VERSION}"
     restart: always
     volumes:
       - ../example/dashboard_conf/conf.yaml:/usr/local/apisix-dashboard/conf/conf.yaml:ro