1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-01 03:01:29 +00:00
dockerfiles/haproxy/arm/docker-compose.yml

7 lines
123 B
YAML
Raw Normal View History

2016-06-15 03:08:00 +00:00
haproxy:
image: easypi/haproxy-arm
volumes:
- ./haproxy.cfg:/etc/haproxy/haproxy.cfg
net: host
restart: always