1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-21 18:06:36 +02:00
This commit is contained in:
kev 2024-04-22 16:14:26 +08:00
parent 97782e58fa
commit a6bb1802a9

View File

@ -14,7 +14,7 @@ services:
mitmdump:
image: mitmproxy/mitmproxy
command: mitmdump --mode reverse:https://httpbin.org:443@8443
command: mitmdump --mode reverse:https://httpbin.org:443@8443 --flow-detail 4
ports:
- "8443:8443"
volumes: