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