Skip to content

Commit 23c645b

Browse files
committed
Fix reproduction script in docker-compose.yml
1 parent f9a24ef commit 23c645b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ services:
2020
container_name: loadtest
2121
image: node:${NODE_VERSION}-buster
2222
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'
23+
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
2424
depends_on:
2525
- http-proxy

0 commit comments

Comments
 (0)