Open Francommit opened 3 years ago
Thanks @Francommit . This worked once i switched the tag to image: 'haproxy:2.3'
With haproxy:2.3 it works.
With latest (2.5.5 GA now) permissions must be granted to create /usr/local/etc/haproxy/haproxy.cfg from assertMaster.perl script.
Docker log:
Could not open file '/usr/local/etc/haproxy/haproxy.cfg' Permission denied at /assertMaster.perl line 78.
With latest (2.5.5 GA now) permissions must be granted to create /usr/local/etc/haproxy/haproxy.cfg from assertMaster.perl script.
How do you do that? 😇
I'm trying to run a product that depends on HAProxy, so I know little about this assertMaster.perl file
The latest version of haproxy causes a permission error when using this script.
https://github.com/SolaceLabs/solace-ha-docker-compose/blob/master/template/PubSub_Standard_HA.YML#L76
Setting it to 2.3 fixes the issue.