refactor
This commit is contained in:
parent
95cdf40e4c
commit
5ed8bcb4b3
3 changed files with 3 additions and 2 deletions
|
@ -368,7 +368,7 @@ secrets:
|
|||
```
|
||||
|
||||
## Docker Compose Deploy
|
||||
The Compose Deploy Specification lets you declare additional metadata on services so Compose gets relevant data to allocate adequate resources on the platform and configure them to match your needs.
|
||||
The Compose Deploy Specification lets you declare additional metadata on services so Compose gets relevant data to allocate adequate resources on the platform and configure them to match your needs. [Docker Swarm](Docker%20Swarm.md) respects these specifications.
|
||||
|
||||
### `mode`
|
||||
`mode` defines the replication model used to run the service on the platform. Either `global`, exactly one container per physical node, or `replicated`, a specified number of containers. The default is `replicated`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue