Closed MG2R closed 3 years ago
The example docker run command mounts the haproxy config file in /usr/local/etc/haproxy, but the Data Plane API command is stated as sourcing the config file in /etc/haproxy, causing the example code/commands to fail starting haproxy.
docker run
/usr/local/etc/haproxy
/etc/haproxy
Fixed with commit https://github.com/haproxytech/haproxy-docker-debian/commit/eb477a425472449846c7672018633ca6198d0df2. Thanks for reporting!
The example
docker run
command mounts the haproxy config file in/usr/local/etc/haproxy
, but the Data Plane API command is stated as sourcing the config file in/etc/haproxy
, causing the example code/commands to fail starting haproxy.