We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdcf98 commit 46944a0Copy full SHA for 46944a0
test-envoy/docker-compose.yml
@@ -1,10 +1,6 @@
1
services:
2
envoy:
3
network_mode: "host"
4
- image: envoyproxy/envoy:v1.28.0
5
- ports:
6
- - "8080:8080"
+ image: envoyproxy/envoy:v1.31.4
7
volumes:
8
- - ./envoy-bootstrap.yaml:/etc/envoy/envoy.yaml
9
- environment:
10
- - loglevel=debug
+ - ./envoy-bootstrap.yaml:/etc/envoy/envoy.yaml
0 commit comments