mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 15:28:54 +00:00
Merge pull request #79 from GameXG/master
fix path error in compose example
This commit is contained in:
commit
3ca35d9638
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user