Closed singhalkarun closed 6 months ago
Using container_name has a downside that when we try to run replicas using docker inbuilt replicas keyword, the service fails to start as unique container name is needed for each replica.
replicas
Reference: https://stackoverflow.com/a/71829251
Using container_name has a downside that when we try to run replicas using docker inbuilt
replicas
keyword, the service fails to start as unique container name is needed for each replica.Reference: https://stackoverflow.com/a/71829251