Update Dashboard_Containers/flame/compose.yaml

This commit is contained in:
2026-05-25 20:28:45 +00:00
parent 0486537e71
commit a5ac1dd8d3
+14
View File
@@ -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