cellexec
cellexec
I don't understand the permission issue fully (tbh, chatgpt ftw), but I've never seen this setting for docker before: ```yaml security_opt: - no-new-privileges:true ``` But removing this, solved the error...
Ah thanks! Make sense... Since I'm trying to create a helm chart right now, I'm facing this problem constantly. So removing this isn't the way: ```yaml security_opt: - no-new-privileges:true ```...
I read this in other related notification projects. It seems that http is not supported for the background notification. So you should use https. But I'm not sure if this...