You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ol...@apache.org on 2018/04/04 11:51:28 UTC

[ambari] branch trunk updated: Update docker-compose files for Log Search dev env

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

oleewere pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7292790  Update docker-compose files for Log Search dev env
7292790 is described below

commit 729279088dcf138f3b3141517ce56b949b0497d9
Author: Oliver Szabo <ol...@gmail.com>
AuthorDate: Wed Apr 4 13:50:16 2018 +0200

    Update docker-compose files for Log Search dev env
---
 ambari-logsearch/docker/docker-compose.yml | 2 +-
 ambari-logsearch/docker/sso.yml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ambari-logsearch/docker/docker-compose.yml b/ambari-logsearch/docker/docker-compose.yml
index 7ec24b2..de56bef 100644
--- a/ambari-logsearch/docker/docker-compose.yml
+++ b/ambari-logsearch/docker/docker-compose.yml
@@ -59,7 +59,7 @@ services:
       COMPONENT: logsearch
       COMPONENT_LOG: logsearch
       ZK_CONNECT_STRING: ${ZOOKEEPER_CONNECTION_STRING}
-      DISPLAY: $DOCKERIP:0
+      DISPLAY: $DISPLAY_MAC
     volumes:
       - $AMBARI_LOCATION:/root/ambari
       - $AMBARI_LOCATION/ambari-logsearch/docker/test-logs:/root/test-logs
diff --git a/ambari-logsearch/docker/sso.yml b/ambari-logsearch/docker/sso.yml
index e4c43bd..1eaa5a7 100644
--- a/ambari-logsearch/docker/sso.yml
+++ b/ambari-logsearch/docker/sso.yml
@@ -59,7 +59,7 @@ services:
       COMPONENT: logsearch
       COMPONENT_LOG: logsearch
       ZK_CONNECT_STRING: ${ZOOKEEPER_CONNECTION_STRING}
-      DISPLAY: $DOCKERIP:0
+      DISPLAY: $DISPLAY_MAC
       KNOX: "true"
     volumes:
       - $AMBARI_LOCATION:/root/ambari

-- 
To stop receiving notification emails like this one, please contact
oleewere@apache.org.