Skip to content

Commit 454dc70

Browse files
committed
fix(e2e): suppress nginx error logs in E2E reverse-proxy configuration
1 parent be9380d commit 454dc70

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
reverse-proxy:
33
image: nginx:stable-alpine
4+
command: ["nginx", "-g", "daemon off; error_log /dev/null;"]
45
networks:
56
- test-network
67
volumes:

0 commit comments

Comments
 (0)