mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-30 09:16:58 +02:00
7 lines
123 B
YAML
7 lines
123 B
YAML
haproxy:
|
|
image: easypi/haproxy-arm
|
|
volumes:
|
|
- ./haproxy.cfg:/etc/haproxy/haproxy.cfg
|
|
net: host
|
|
restart: always
|