Update stack-yaml-reference.md (#2494)

This commit is contained in:
Wang Jie 2017-03-29 07:36:50 +08:00 committed by John Mulhausen
parent efd7aa3661
commit 0f403a573a
1 changed files with 2 additions and 2 deletions

View File

@ -221,7 +221,7 @@ ports:
## privileged
Whether to start the containers with Docker Engine's privileged flag set or not (default: false).
Whether to start the containers with Docker Engine's privileged flag set or not (default: `false`).
```yml
privileged: true
@ -268,7 +268,7 @@ tags:
```
## target_num_containers
The number of containers to run for this service (default: 1).
The number of containers to run for this service (default: `1`).
```yml
target_num_containers: 3