Last active
February 12, 2018 06:29
-
-
Save franzramadhan/8b484ad06ea6cd891f6c4e30fe0f1106 to your computer and use it in GitHub Desktop.
Docker HAProxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -d --network=host --restart=always -p 8080:8080 -v /data/haproxy:/usr/local/etc/haproxy:ro --name haproxy haproxy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment