Merge pull request #79 from GameXG/master

fix path error in compose example
This commit is contained in:
yeasy 2015-12-16 11:31:38 +08:00
commit 3ca35d9638

View File

@ -164,8 +164,8 @@ webc:
haproxy: haproxy:
image: haproxy:latest image: haproxy:latest
volumes: volumes:
- haproxy:/haproxy-override - ./haproxy:/haproxy-override
- haproxy/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro - ./haproxy/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro
links: links:
- weba - weba
- webb - webb