mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 10:47:14 +00:00
4 lines
73 B
Docker
4 lines
73 B
Docker
FROM mitmproxy/base:latest-onbuild
|
|
EXPOSE 8080
|
|
EXPOSE 8081
|
|
VOLUME /certs
|