updated syntax for command in Compose files (#3498)

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
Victoria Bialas 2017-06-05 16:37:54 -07:00 committed by GitHub
parent b19f143629
commit da9734a626
3 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@ Override the default command.
The command can also be a list, in a manner similar to
[dockerfile](/engine/reference/builder.md#cmd):
command: [bundle, exec, thin, -p, 3000]
command: ["bundle", "exec", "thin", "-p", "3000"]
### cgroup_parent

View File

@ -152,7 +152,7 @@ Override the default command.
The command can also be a list, in a manner similar to
[dockerfile](/engine/reference/builder.md#cmd):
command: [bundle, exec, thin, -p, 3000]
command: ["bundle", "exec", "thin", "-p", "3000"]
### cgroup_parent

View File

@ -196,7 +196,7 @@ Override the default command.
The command can also be a list, in a manner similar to
[dockerfile](/engine/reference/builder.md#cmd):
command: [bundle, exec, thin, -p, 3000]
command: ["bundle", "exec", "thin", "-p", "3000"]
### cgroup_parent