Skip to content

Instantly share code, notes, and snippets.

View kelvinn's full-sized avatar

Kelvin Nicholson kelvinn

View GitHub Profile
@kelvinn
kelvinn / docker-compose.yml
Last active March 9, 2021 08:41 — forked from ptisserand/docker-compose.yml
docker-compose to run mitmproxy with web interface using docker volume
version: '3.4'
services:
app:
image: mitmproxy/mitmproxy
ports:
- 8080:8080
- 8081:8081
volumes:
- mitmproxy:/home/mitmproxy/.mitmproxy