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:
|
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
|
||||||
|
|
Loading…
Reference in New Issue