You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sh...@apache.org on 2021/06/02 17:56:59 UTC

[apisix-docker] branch master updated: fix: change etcd volumes data path in container (#174)

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

shuyangw 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 d161203  fix: change etcd volumes data path in container (#174)
d161203 is described below

commit d161203a9ab523d4c1fde95487c6b9794a475e51
Author: Simon <lx...@yahoo.com>
AuthorDate: Thu Jun 3 01:56:50 2021 +0800

    fix: change etcd volumes data path in container (#174)
---
 example/docker-compose.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/example/docker-compose.yml b/example/docker-compose.yml
index 0a3b53f..5eae2aa 100644
--- a/example/docker-compose.yml
+++ b/example/docker-compose.yml
@@ -31,9 +31,8 @@ services:
     user: root
     restart: always
     volumes:
-      - ./etcd_data:/etcd_data
+      - ./etcd_data:/bitnami/etcd
     environment:
-      ETCD_DATA_DIR: /etcd_data
       ETCD_ENABLE_V2: "true"
       ALLOW_NONE_AUTHENTICATION: "yes"
       ETCD_ADVERTISE_CLIENT_URLS: "http://0.0.0.0:2379"