mirror of https://github.com/docker/docs.git
Update stack-yaml-reference.md (#2494)
This commit is contained in:
parent
efd7aa3661
commit
0f403a573a
|
@ -221,7 +221,7 @@ ports:
|
||||||
|
|
||||||
## privileged
|
## 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
|
```yml
|
||||||
privileged: true
|
privileged: true
|
||||||
|
@ -268,7 +268,7 @@ tags:
|
||||||
```
|
```
|
||||||
|
|
||||||
## target_num_containers
|
## 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
|
```yml
|
||||||
target_num_containers: 3
|
target_num_containers: 3
|
||||||
|
|
Loading…
Reference in New Issue