10 lines
No EOL
151 B
YAML
10 lines
No EOL
151 B
YAML
version: "3"
|
|
|
|
services:
|
|
dashboard:
|
|
image: phntxx/dashboard:latest
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./data:/app/data
|
|
ports:
|
|
- 3000:3000 |