Remove ports config from envoy container (#979)

This commit is contained in:
Jonathan Zernik 2021-08-19 16:00:41 -07:00 committed by GitHub
parent 69ab3429a3
commit e60bcdef65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,8 +80,6 @@ services:
envoy:
image: envoyproxy/envoy:v1.16.0
ports:
- 15081:15081
network_mode: "host"
volumes:
- ../frontend/envoy.yaml:/etc/envoy/envoy.yaml:ro