Update Flame Dashboard/Compose.yaml

This commit is contained in:
2025-10-30 19:30:25 +00:00
parent 68b844cf6e
commit c215e426a7
+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