test(ci): fix path to cert dir
This commit is contained in:
parent
36e3675d54
commit
0431c64708
|
@ -9,7 +9,7 @@ services:
|
||||||
- emqx2
|
- emqx2
|
||||||
volumes:
|
volumes:
|
||||||
- ./haproxy/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg
|
- ./haproxy/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg
|
||||||
- ../../etc/certs:/usr/local/etc/haproxy/certs
|
- ../../apps/emqx/etc/certs:/usr/local/etc/haproxy/certs
|
||||||
ports:
|
ports:
|
||||||
- "18083:18083"
|
- "18083:18083"
|
||||||
# - "1883:1883"
|
# - "1883:1883"
|
||||||
|
|
Loading…
Reference in New Issue