Blame

4f56b6 mb tech 2026-01-13 00:43:50
added dashy
1
# Dashy
8ccb76 mb tech 2026-01-13 15:02:04
updated
2
3
## compose.yml
4f56b6 mb tech 2026-01-13 00:43:50
added dashy
4
```yaml
5
---
6
services:
7
dashy:
8
ports:
9
- 8295:8080
10
volumes:
11
- ./conf.yml:/app/public/conf.yml
12
- ./icons:/app/public/item-icons/icons
13
container_name: dashy
14
restart: unless-stopped
15
image: lissy93/dashy:latest
16
```