-
-
Notifications
You must be signed in to change notification settings - Fork 800
Closed
Labels
Description
Hi,
If we start gotify server listening on a unix domain socket, the permissions are :
podman exec -it monitor-gotify ls -l /var/run/gotify
srwxr-xr-x 1 root root 0 Nov 21 09:49 server.sock
In the container image, the server is started by root.
If I want ( in a pod ), use a nginx to proxy /var/run/gotify/server.sock, then nginx ( who is not started by root in the default container image ) can not access to /var/run/gotify/server.sock
Can the socket be created with 777 permissions ( like postgres socket ) ?
najtin, eternal-flame-AD, jmattheis and williamdes