mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-11-24 21:59:44 +00:00
5 lines
73 B
Docker
5 lines
73 B
Docker
FROM mitmproxy/base:latest-onbuild
|
|
EXPOSE 8080
|
|
EXPOSE 8081
|
|
VOLUME /certs
|