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:
image: haproxy:latest
volumes:
- haproxy:/haproxy-override
- haproxy/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro
- ./haproxy:/haproxy-override
- ./haproxy/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro
links:
- weba
- webb