fbi-proxy 1.3.0

A fast and flexible proxy server for intercepting and modifying HTTP/HTTPS requests
1
2
3
4
5
6
7
8
9
volumes:
  caddy_data:
services:
  fbi-proxy:
    build: .
    image: snomiao/fbi-proxy
    volumes:
      - caddy_data:/etc/caddy/data
    network_mode: host