Skip to content

Commit 46944a0

Browse files
committed
refactor: minimize envoy image
1 parent 6fdcf98 commit 46944a0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

test-envoy/docker-compose.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
services:
22
envoy:
33
network_mode: "host"
4-
image: envoyproxy/envoy:v1.28.0
5-
ports:
6-
- "8080:8080"
4+
image: envoyproxy/envoy:v1.31.4
75
volumes:
8-
- ./envoy-bootstrap.yaml:/etc/envoy/envoy.yaml
9-
environment:
10-
- loglevel=debug
6+
- ./envoy-bootstrap.yaml:/etc/envoy/envoy.yaml

0 commit comments

Comments
 (0)