Created
October 4, 2018 08:18
-
-
Save tsh-code/81a9407e9f0c6fadf5ff486d1620005e to your computer and use it in GitHub Desktop.
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
load-balancer: | |
image: dockercloud/haproxy | |
links: | |
- api | |
volumes: | |
- /var/run/docker.sock:/var/run/docker.sock | |
ports: | |
- 80:80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment