diff --git a/compose/usage.md b/compose/usage.md index 7238c21..c96d261 100644 --- a/compose/usage.md +++ b/compose/usage.md @@ -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