Skip to content

Instantly share code, notes, and snippets.

@franzramadhan
Last active February 12, 2018 06:29
Show Gist options
  • Save franzramadhan/8b484ad06ea6cd891f6c4e30fe0f1106 to your computer and use it in GitHub Desktop.
Save franzramadhan/8b484ad06ea6cd891f6c4e30fe0f1106 to your computer and use it in GitHub Desktop.
Docker HAProxy
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