7de67cbbd8
This commit addresses the two currently outstanding issues and also introduces some changes: - The port has been changed from 3000 to 8080 - The format of the imprint.json file has changed. See the current example file.
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:
|
|
- 8080:8080 |