You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried adding scale: 2 to a docker-compose.yml service with version: '2.2' and tried the --scale flag with docker-compose up - didn't try if overriding works yet - but should do so, too.
Add the enhancement to allow for
--scale SERVICE=NUM
Scale SERVICE to NUM instances. Overrides the "scale" setting in the Compose file if present.
https://docs.docker.com/compose/reference/up/
The text was updated successfully, but these errors were encountered: