This commit is contained in:
JMARyA 2023-12-22 00:39:15 +01:00
parent 95cdf40e4c
commit 5ed8bcb4b3
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 3 additions and 2 deletions

View file

@ -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`.