Somebody can help me with test in PR?

Somebody can explain or help me with test data in this pull request:

@Cormoran

How do I solve this error?

docker:1:Script returned exception: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.24/version: dial unix /var/run/docker.sock: connect: permission denied

SQL[UPDATE `applications` set `app_state`=?,`app_status`=?,`timestamp`=NOW() WHERE `app_id` = ? ["OK","",97] 3.6ms] 

I had this issue with the dockerized-mailcow app when I ran sudo chmod 666 /var/run/docker.sock it’s solved the issue, but after restarts and so on it will change the ownership and it stops work.

Thank you.

This topic was automatically closed 186 days after the last reply. New replies are no longer allowed.