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 be9380d commit 454dc70Copy full SHA for 454dc70
1 file changed
docker-compose-e2e.yml
@@ -1,6 +1,7 @@
1
services:
2
reverse-proxy:
3
image: nginx:stable-alpine
4
+ command: ["nginx", "-g", "daemon off; error_log /dev/null;"]
5
networks:
6
- test-network
7
volumes:
0 commit comments