mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
11 lines
194 B
YAML
11 lines
194 B
YAML
version: "3.8"
|
|
services:
|
|
dashy:
|
|
image: lissy93/dashy:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- 8080
|
|
volumes:
|
|
- dashy-config:/app/user-data
|
|
volumes:
|
|
dashy-config: {} |