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
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