Merge pull request #79 from GameXG/master

fix path error in compose example
pull/80/head
yeasy 2015-12-16 11:31:38 +08:00
commit 3ca35d9638
1 changed files with 2 additions and 2 deletions

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