From 41dbd64a9df2982315b7fcb7b9c28f7e0e0f4ddc Mon Sep 17 00:00:00 2001 From: Zhongyang Xia Date: Wed, 18 Aug 2021 21:08:00 +0000 Subject: [PATCH] Remove port-forwarding in start_docker.sh --- gdebug/docker/start_docker.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/gdebug/docker/start_docker.sh b/gdebug/docker/start_docker.sh index b53a5c80..613e9bf6 100755 --- a/gdebug/docker/start_docker.sh +++ b/gdebug/docker/start_docker.sh @@ -23,9 +23,6 @@ services: build: context: ./envoy/ dockerfile: Dockerfile - ports: - # Forward host port to docker - - '$ENVOY_PORT:$ENVOY_PORT' environment: - GRPC_HOST=$GRPC_ADDR - GRPC_PORT=$GRPC_PORT