mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
9 lines
122 B
YAML
9 lines
122 B
YAML
|
version: '3.5'
|
||
|
services:
|
||
|
boringproxy:
|
||
|
build: ./
|
||
|
image: boringproxy
|
||
|
ports:
|
||
|
- "80:80"
|
||
|
- "443:443"
|