convox/examples/httpd/docker-compose.yml
David Dollar c5a611a053
add ci
2019-08-21 14:14:19 -04:00

8 lines
99 B
YAML

web:
image: httpd
labels:
- convox.port.443.protocol=tls
ports:
- 80:80
- 443:80