mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-10-19 05:22:18 +00:00
Merge pull request #79 from GameXG/master
fix path error in compose example
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user