Commit 4f56b6

2026-01-13 00:43:50 mb tech: added dashy
/dev/null .. docker compose files/dashy.md
@@ 0,0 1,14 @@
+ # Dashy
+ ```yaml
+ ---
+ services:
+ dashy:
+ ports:
+ - 8295:8080
+ volumes:
+ - ./conf.yml:/app/public/conf.yml
+ - ./icons:/app/public/item-icons/icons
+ container_name: dashy
+ restart: unless-stopped
+ image: lissy93/dashy:latest
+ ```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9