Add Flame Dashboard/Compose.yml

This commit is contained in:
2025-10-30 19:19:10 +00:00
parent a6162f6f13
commit 077750789d
+12
View File
@@ -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