Skip to content

Commit 41dbd64

Browse files
committed
Remove port-forwarding in start_docker.sh
1 parent 2ec1d0a commit 41dbd64

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gdebug/docker/start_docker.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ services:
2323
build:
2424
context: ./envoy/
2525
dockerfile: Dockerfile
26-
ports:
27-
# Forward host port to docker
28-
- '$ENVOY_PORT:$ENVOY_PORT'
2926
environment:
3027
- GRPC_HOST=$GRPC_ADDR
3128
- GRPC_PORT=$GRPC_PORT

0 commit comments

Comments
 (0)