mirror of
https://github.com/healthchecks/dashboard.git
synced 2026-02-17 15:47:39 +01:00
docker-compose.yml: Add "services:" wrap for more recent Docker Compose
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
dashboard:
|
||||
container_name: healthchecks_dashboard
|
||||
build: .
|
||||
# image: healthchecks/dashboard
|
||||
ports:
|
||||
- "80:80"
|
||||
services:
|
||||
dashboard:
|
||||
container_name: healthchecks_dashboard
|
||||
build: .
|
||||
# image: healthchecks/dashboard
|
||||
ports:
|
||||
- "80:80"
|
||||
|
||||
Reference in New Issue
Block a user