mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
7 lines
129 B
YAML
7 lines
129 B
YAML
haproxy:
|
|
image: haproxy:alpine
|
|
volumes:
|
|
- ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg
|
|
net: host
|
|
restart: always
|