38
My biggest annoyances with NGINX-manager
(lemmy.ml)
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
I don't like having to give Traefik access to my
/var/run/docker.sock
, or is that no longer the case?Add :ro for read-only.
I don't think mounting the socket read-only does what you think it does: https://news.ycombinator.com/item?id=17983623
It's a horrible idea unless you absolutely trust Traefik to be bulletproof.
Well yeah, if you want it to react to deployments. But like others said, out it to :to and you're done