From 1bee2c818509e8e5615b12cfbefc7a1e6ef834ca Mon Sep 17 00:00:00 2001
From: jkrvivian <jkrvivian@gmail.com>
Date: Thu, 30 Apr 2020 19:23:01 +0800
Subject: [PATCH] fix: Fix docker_network (#389)

* fix: Rename SPA to dashboard and disable portcheck of peer_replica

* fix: Remove gossip from disablePlugins of entry node
---
 tools/docker-network/docker-compose.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/docker-network/docker-compose.yml b/tools/docker-network/docker-compose.yml
index 9735f8cf..c1ec3637 100644
--- a/tools/docker-network/docker-compose.yml
+++ b/tools/docker-network/docker-compose.yml
@@ -2,7 +2,7 @@ version: "3.5"
 
 services:
   entry_node:
-    command: --autopeering.seed=uuDCzsjyLNQ17/7fWKPNMYmr4IWuaVRf7qKqRL0v/6c= --autopeering.entryNodes= --analysis.server.port=1888 --node.disablePlugins=gossip,portcheck,spa,webapi,webapibroadcastdataendpoint,webapifindtransactionhashesendpoint,webapigetneighborsendpoint,webapigettransactionobjectsbyhashendpoint,webapigettransactiontrytesbyhashendpoint
+    command: --autopeering.seed=uuDCzsjyLNQ17/7fWKPNMYmr4IWuaVRf7qKqRL0v/6c= --autopeering.entryNodes= --analysis.server.port=1888 --node.disablePlugins=portcheck,dashboard,webapi,webapibroadcastdataendpoint,webapifindtransactionhashesendpoint,webapigetneighborsendpoint,webapigettransactionobjectsbyhashendpoint,webapigettransactiontrytesbyhashendpoint
     container_name: entry_node
     image: iotaledger/goshimmer
     build:
@@ -32,7 +32,7 @@ services:
       - integration-test
 
   peer_replica:
-    command: --node.disablePlugins=spa
+    command: --node.disablePlugins=dashboard,portcheck
     image: iotaledger/goshimmer
     build:
       context: ../..
-- 
GitLab