Skip to main content

Install Dashy using Portainer stack

Using the portainer stack and pasting the following configuration will all the setup of Dashy:

name: dashy
services:
dashy:
ports:
- 8295:8080
volumes:
- /root/dashy/public/conf.yml:/app/public/conf.yml
- /root/dashy/icons:/app/public/item-icons/icons
container_name: dashy
restart: unless-stopped
image: lissy93/dashy:latest