Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Update: docker-compose --scale "change" #582

Open
lloydie opened this issue Jul 5, 2019 · 0 comments
Open

Documentation Update: docker-compose --scale "change" #582

lloydie opened this issue Jul 5, 2019 · 0 comments

Comments

@lloydie
Copy link

lloydie commented Jul 5, 2019

currently:

docker-compose scale hello=2 world=3

returns cli warning.

i believe the correct cmd is

docker-compose up --scale hello=2 --scale world=2 -d

cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant