#
Flame
title: Install Flame Dashboard label: Install Flame Dashboard order: 100 authors:
- name: Charl Cronje email: charl@webally.co.za link: https://blog.webally.co.za avatar: https://assets.webally.co.za/avatars/darker.jpg edit: repo: "https://github.com/charlpcronje/setup.docs.devserv.me/edit/" base: /src branch: main label: Edit on GitHub editor: enabled: false favicon: favicon.png links:
- text: Projects Portfolio link: https://webally.co.za/projects
- text: Wiki, Tips and Docs link: https://docs.webally.co.zao.za
- text: Resume link: https://cv.webally.co.za
- text: LinkedIn link: https://www.linkedin.com/in/charlpcronje
- text: GitHub link: https://github.com/charlpcronje
- text: Upwork Profile link: https://www.upwork.com/freelancers/~01ccb1439024ec9c50 footer: copyright: "webAlly © Copyright . All rights reserved."---
#
Install via Portainer
- Open Portainer
- Click on Stacks
- Add Stack
- Give the stack a name
- Paste the following under Docker Compose
version: '2.1'
services:
flame:
image: pawelmalak/flame:latest
container_name: flamedashboard
volumes:
- /var/www/tools/flame:/app/data #update the path as necessary
- /var/run/docker.sock:/var/run/docker.sock #don't change this
ports:
- 4446:5005 #change the 6006 port as necessary for your setup
restart: unless-stopped
- Click on Deploy
- Done, now you can go to yourserver.com:4446