Mouting the the docker socket directly is not recommended, because it is a security issue. Instead access it via a tcp socket proxy.
See https://doc.traefik.io/traefik/providers/docker/#docker-api-access
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Mouting the the docker socket directly is not recommended, because it is a security issue. Instead access it via a tcp socket proxy.
See https://doc.traefik.io/traefik/providers/docker/#docker-api-access
Great, we've been talking about doing something like this for a while!
Reference: https://docs.linuxserver.io/images/docker-socket-proxy/
@@ -51,2 +51,4 @@- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"socket-proxy:image: lscr.io/linuxserver/socket-proxy:latestCan we pin this to a version also?
Pinned the version in
852674ccac🫡