You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/07/02 07:58:28 UTC

[incubator-apisix-dashboard] branch master updated: fix: etcd cannot start (#295)

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

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 2046dfe  fix: etcd cannot start (#295)
2046dfe is described below

commit 2046dfef562816bf78d792aa72c3e8219ba43ac1
Author: bzp2010 <bz...@gmail.com>
AuthorDate: Thu Jul 2 15:58:18 2020 +0800

    fix: etcd cannot start (#295)
---
 compose/docker-compose.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compose/docker-compose.yml b/compose/docker-compose.yml
index c2c43a0..c36495b 100644
--- a/compose/docker-compose.yml
+++ b/compose/docker-compose.yml
@@ -19,6 +19,7 @@ services:
 
   etcd:
     image: bitnami/etcd:3.4.9
+    user: root
     restart: always
     volumes:
       - ./etcd_data:/etcd_data