GoHome/haproxy/haproxy-compose.yaml

8 lines
148 B
YAML
Raw Normal View History

2022-07-28 22:02:37 +02:00
version: 3
services:
haproxy:
image: haproxy:alpine
ports:
- "80:80"
voluems:
- ./config/haproxy.cfg:/usr/local/etc/haproxy:ro