1
0
Fork 0

Remove first byte wait when tcp catches all

This commit is contained in:
Julien Salleyron 2019-06-07 19:30:07 +02:00 committed by Traefiker Bot
parent 518a37e776
commit c1dc783512
5 changed files with 155 additions and 14 deletions

View file

@ -30,3 +30,9 @@ whoami:
image: containous/whoami
ports:
- "8085:80"
whoami-banner:
image: containous/whoamitcp
command: -name whoami-banner --banner
ports:
- "8086:8080"