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

Revision #1
Created 17 November 2021 15:36:17 by DB T3CH
Updated 17 November 2021 15:37:11 by DB T3CH