mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
This also adds a docker-compose.yml for easy running and rebuilding Signed-off-by: Felix Bartels <felix@host-consultants.de>
9 lines
122 B
YAML
9 lines
122 B
YAML
version: '3.5'
|
|
services:
|
|
boringproxy:
|
|
build: ./
|
|
image: boringproxy
|
|
ports:
|
|
- "80:80"
|
|
- "443:443"
|