Update Dashboard_Containers/flame/compose.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user