mirror of
https://github.com/healthchecks/dashboard.git
synced 2026-02-17 15:47:39 +01:00
8 lines
141 B
YAML
8 lines
141 B
YAML
services:
|
|
dashboard:
|
|
container_name: healthchecks_dashboard
|
|
build: .
|
|
# image: healthchecks/dashboard
|
|
ports:
|
|
- "80:80"
|