Skip to content

Commit d61b432

Browse files
docker-compose scale is deprecated (#299)
This command is deprecated. Use the up command with the --scale flag instead. Beware that using up with the --scale flag has some subtle differences with the scale command, as it incorporates the behaviour of the up command. Ref.: https://docs.docker.com/compose/reference/scale/
1 parent d7ef44a commit d61b432

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ SELECT master_get_active_worker_nodes();
6363
But you can add more workers at will using `docker-compose scale` in another tab. For instance, to bring your worker count to five…
6464

6565
```bash
66-
docker-compose -p citus scale worker=5
66+
docker-compose -p citus up --scale worker=5
6767

6868
# Creating and starting 2 ... done
6969
# Creating and starting 3 ... done

0 commit comments

Comments
 (0)