mirror of https://github.com/docker/docs.git
profiles.md: Use consistent array style
This commit is contained in:
parent
2e280c29e9
commit
cdc077ef53
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue