We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2bf84 commit 8387116Copy full SHA for 8387116
docker-compose.test.yml
@@ -1,6 +1,6 @@
1
services:
2
sut:
3
image: '${IMAGE-ghcr.io/visualon/nginx}'
4
- command: sh -c 'set -ex; nginx -v; nginx -t; (nginx&); sleep 3; curl -sv http://localhost:8080/test.txt'
+ command: sh -c 'set -ex; nginx -v; nginx -t; (nginx&); sleep 3; curl -sv http://localhost:8080/test.txt; curl -sv --compressed http://localhost:8080/test.txt'
5
volumes:
6
- ./test:/app:ro
0 commit comments