Skip to content

Commit 8387116

Browse files
authored
test: extend test
1 parent 8d2bf84 commit 8387116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
sut:
33
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'
4+
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'
55
volumes:
66
- ./test:/app:ro

0 commit comments

Comments
 (0)