From a5ac1dd8d3a49893a0fec8f267fa73ebe12d1605 Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 25 May 2026 20:28:45 +0000 Subject: [PATCH] Update Dashboard_Containers/flame/compose.yaml --- Dashboard_Containers/flame/compose.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Dashboard_Containers/flame/compose.yaml b/Dashboard_Containers/flame/compose.yaml index 7ae86a2..49f9d19 100644 --- a/Dashboard_Containers/flame/compose.yaml +++ b/Dashboard_Containers/flame/compose.yaml @@ -1,4 +1,18 @@ services: + docker-shim: + image: alpine/socat:latest + container_name: docker-shim + restart: unless-stopped + security_opt: + - no-new-privileges:true + command: "UNIX-LISTEN:/var/run/docker.sock,fork,reuseaddr,unlink-early TCP:socket-proxy:2375" + volumes: + - docker-shim-sock:/var/run + networks: + - socket_proxy + mem_limit: 32m + cpus: "0.10" + flame: image: pawelmalak/flame container_name: flame