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 |
| + | ``` |
