Update Dashboard_Containers/flame/compose.yaml
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
||||
- 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
|
||||
- /srv/docker/docker-shim-sock:/var/run
|
||||
networks:
|
||||
- socket_proxy
|
||||
mem_limit: 32m
|
||||
@@ -21,6 +21,7 @@ services:
|
||||
- no-new-privileges:true
|
||||
volumes:
|
||||
- /srv/docker/flame:/app/data
|
||||
- docker-shim-sock:/var/run:ro # shim socket
|
||||
#- /var/run/docker.sock:/var/run/docker.sock # optional but required for Docker integration
|
||||
environment:
|
||||
PASSWORD: ${PASSWORD}
|
||||
@@ -28,6 +29,8 @@ services:
|
||||
networks:
|
||||
- traefik_network
|
||||
- socket_proxy
|
||||
depends_on:
|
||||
- docker-shim
|
||||
labels:
|
||||
### Enable Traefik
|
||||
- traefik.enable=true
|
||||
|
||||
Reference in New Issue
Block a user