-
-
Notifications
You must be signed in to change notification settings - Fork 178
Docker container port #14
Copy link
Copy link
Closed
Description
Hi there.
I am using the container on k8s with security policies enabled. In order to run it I have to shut of some of the basic kubernetes security enforcements. think the container requires higher privileges then it actually needs due to the fact that it starts caddy on 443. If the port was above 1024 lets say 8443 or something like it, it could start without requiring root to do so.
Or should I maybe just overwrite the caddyfile? That would probably be a good alternative since it's behind an ingress anyway. I haven't tried it yet.
Any suggestions on how to run the container without requiring root privileges?
Thank you!
Reactions are currently unavailable