fix: set known web password

This commit is contained in:
Alejandro Martinez
2026-04-12 03:03:14 +02:00
parent 34b44c2b9e
commit 7c738bb415

View File

@@ -1,4 +1,4 @@
FROM mitmproxy/mitmproxy:latest
EXPOSE 8888 8081
HEALTHCHECK NONE
ENTRYPOINT ["mitmweb", "--web-host", "0.0.0.0", "--web-port", "8081", "-p", "8888", "--ssl-insecure", "--set", "web_open_browser=false", "--set", "webapi_auth=noauth"]
ENTRYPOINT ["mitmweb", "--web-host", "0.0.0.0", "--web-port", "8081", "-p", "8888", "--ssl-insecure", "--set", "web_open_browser=false", "--set", "web_password=mitm"]