Replicate containers with Docker Compose
I have always wondered why Docker Compose adds ones at the end of a container name.
Compose allows you to scale your application by creating replicas of containers. This is controlled by the replicas parameter.
Here is the example:
services:
queu...
shes.hashnode.dev1 min read