Files
Docker-Compose/Flame Dashboard/Compose.yaml
T

12 lines
327 B
YAML

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