GoHome/haproxy/haproxy-compose.yaml
2022-07-28 22:02:37 +02:00

8 lines
148 B
YAML

version: 3
services:
haproxy:
image: haproxy:alpine
ports:
- "80:80"
voluems:
- ./config/haproxy.cfg:/usr/local/etc/haproxy:ro