Stack for installing Dashy - JiltedGeek/Docker-Portainer GitHub Wiki
version: "3.8"
services:
dashy:
image: lissy93/dashy:latest
container_name: dashy
ports:
- "8080:8080" # Dashy draait standaard op 8080
volumes:
- dashy_data:/app/user-data
restart: unless-stopped
volumes:
dashy_data:
After deploying let Dashy do its thing first. Watch the logging to see if it is done. If it is, go to the http://ip-address:8080 to use it