1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/haproxy/docker-compose.yml
2016-06-15 11:08:00 +08:00

7 lines
129 B
YAML

haproxy:
image: haproxy:alpine
volumes:
- ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg
net: host
restart: always