mitmproxy/release/docker
shellvon 7c2bac5d9c
Force confdir to /home/mitmproxy/.mitmproxy when volume is root-owned (#7699)
Ensure mitmproxy uses /home/mitmproxy/.mitmproxy as the config directory
even if the mapped volume is owned by host root, preventing fallback to
/root/.mitmproxy and CA file regeneration on redeploy. Add `HOME` env confdir
in entrypoint to enforce this behavior.

Fixes mitmproxy/mitmproxy#7597
2025-05-08 11:47:33 +02:00
..
docker-entrypoint.sh Force confdir to /home/mitmproxy/.mitmproxy when volume is root-owned (#7699) 2025-05-08 11:47:33 +02:00
Dockerfile
DockerHub-README.md
README.md

Build Instructions

  1. Copy mitmproxy-$VERSION-py3-none-any.whl into this directory.
    You can get the latest public release at https://mitmproxy.org/downloads/.
  2. Run docker build ..