Skip to main content

Integrate with Docker

version: '2.1'

services:
  flame:
    image: pawelmalak/flame:latest
    container_name: flamedashboard
    volumes:
      - /volume1/Configs/FireDashboard:/app/data #update the path as necessary
      - /var/run/docker.sock:/var/run/docker.sock #don't change this
    ports:
      - 6006:5005 #change the 6006 port as necessary for your setup
    restart: unless-stopped