docker-compose.yml: Add "services:" wrap for more recent Docker Compose

This commit is contained in:
Sebastian Pipping
2025-04-22 15:08:14 +02:00
parent a17f09204c
commit f33f820b51

View File

@@ -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"