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