Skip to content

Instantly share code, notes, and snippets.

@sqrtofsaturn
Created October 28, 2015 01:06
Show Gist options
  • Save sqrtofsaturn/58a9b6352198462f5c21 to your computer and use it in GitHub Desktop.
Save sqrtofsaturn/58a9b6352198462f5c21 to your computer and use it in GitHub Desktop.
FROM haproxy:1.5
COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
CMD ["haproxy", "-d", "-f", "/usr/local/etc/haproxy/haproxy.cfg"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment