diff options
Diffstat (limited to 'utils/start.sh')
-rwxr-xr-x | utils/start.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/start.sh b/utils/start.sh index 0fa9e79..c69b676 100755 --- a/utils/start.sh +++ b/utils/start.sh @@ -2,6 +2,8 @@ # # Call from a docker host to build and start CDB. +# This is really only for production mode, for debugging it's better to use +# docker-compose directly: docker-compose up --build # sudo docker-compose up --build -d --scale worker=2 |