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:
frontend:
image: frontend
profiles: ["frontend"]
profiles: [frontend]
phpmyadmin:
image: phpmyadmin
depends_on:
- db
profiles:
- debug
depends_on: [db]
profiles: [debug]
backend:
image: backend