Files
Docker-Compose/Dashboard_Containers/flame/compose.yaml
T

12 lines
308 B
YAML
Raw Normal View History

2025-10-30 19:19:10 +00:00
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:
2025-10-30 19:19:10 +00:00
restart: unless-stopped