Update Dashboard_Containers/flame/compose.yaml

This commit is contained in:
2026-01-24 04:10:02 +00:00
parent 3684bc24e4
commit 221670caa8
-12
View File
@@ -1,12 +0,0 @@
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