Add Flame Dashboard/Compose.yml
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
services:
|
||||||
|
flame:
|
||||||
|
image: pawelmalak/flame
|
||||||
|
container_name: flame
|
||||||
|
volumes:
|
||||||
|
- /srv/docker/flame:/app/data
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock # optional but required for Docker integration
|
||||||
|
ports:
|
||||||
|
- 5005:5005
|
||||||
|
environment:
|
||||||
|
- PASSWORD= #Secure password
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user