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 f9a24ef commit 23c645bCopy full SHA for 23c645b
docker-compose.yml
@@ -20,6 +20,6 @@ services:
20
container_name: loadtest
21
image: node:${NODE_VERSION}-buster
22
restart: on-failure
23
- command: bash -c 'sleep 3; while :; do curl -s -I -X GET http://http-proxy:7000/sample.png > /dev/null; done'
+ command: script -qefc "bash -c 'sleep 3; while :; do curl -s -I -X GET http://http-proxy:7000/sample.png > /dev/null; done'" /dev/null
24
depends_on:
25
- http-proxy
0 commit comments