profiles.md: Use consistent array style

This commit is contained in:
Allan Lewis 2024-01-08 10:55:29 +00:00 committed by GitHub
parent 2e280c29e9
commit cdc077ef53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -26,14 +26,12 @@ array of profile names:
services: services:
frontend: frontend:
image: frontend image: frontend
profiles: ["frontend"] profiles: [frontend]
phpmyadmin: phpmyadmin:
image: phpmyadmin image: phpmyadmin
depends_on: depends_on: [db]
- db profiles: [debug]
profiles:
- debug
backend: backend:
image: backend image: backend