1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-04 10:35:07 +02:00
dockerfiles/haproxy/docker-compose.yml

7 lines
129 B
YAML
Raw Normal View History

2016-06-15 05:08:00 +02:00
haproxy:
image: haproxy:alpine
volumes:
- ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg
net: host
restart: always