We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The latest version of haproxy causes a permission error when using this script.
lb | Could not open file '/usr/local/etc/haproxy/haproxy.cfg' Permission denied at /assertMaster.perl line 78. lb exited with code 13
https://github.com/SolaceLabs/solace-ha-docker-compose/blob/master/template/PubSub_Standard_HA.YML#L76
Setting it to 2.3 fixes the issue.
The text was updated successfully, but these errors were encountered:
Thanks @Francommit . This worked once i switched the tag to image: 'haproxy:2.3'
Sorry, something went wrong.
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.
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
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: