Added comment for js-executor scale config in docker-compose to update correctly in case docker compose plugin V2 is used
This commit is contained in:
parent
45e2a3e912
commit
b25d33f3a6
@ -30,6 +30,8 @@ services:
|
||||
tb-js-executor:
|
||||
restart: always
|
||||
image: "${DOCKER_REPO}/${JS_EXECUTOR_DOCKER_NAME}:${TB_VERSION}"
|
||||
# in case docker compose plugin V2 is used please update next line in docker-start-services.sh file:
|
||||
# docker compose $COMPOSE_ARGS --scale tb-js-executor=10
|
||||
scale: 10
|
||||
env_file:
|
||||
- tb-js-executor.env
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user