boringproxy/docker-compose.yml
Felix Bartels eacc0094aa Use multi stage dockerfile for building
This also adds a docker-compose.yml for easy running and rebuilding

Signed-off-by: Felix Bartels <felix@host-consultants.de>
2020-10-31 19:11:11 -04:00

9 lines
122 B
YAML

version: '3.5'
services:
boringproxy:
build: ./
image: boringproxy
ports:
- "80:80"
- "443:443"