Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 6bfbc7f

Browse files
rashtaoarcanefoam
authored andcommitted
db startup option --query.require-with
1 parent c905b2f commit 6bfbc7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/start_db.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ docker run -d \
6666
--starter.address="${GW}" \
6767
--docker.image="${DOCKER_IMAGE}" \
6868
--starter.local --starter.mode=${STARTER_MODE} --all.log.level=debug --all.log.output=+ --log.verbose \
69-
--all.server.descriptors-minimum=1024 --all.javascript.allow-admin-execute=true
69+
--all.server.descriptors-minimum=1024 --all.javascript.allow-admin-execute=true \
70+
--all.query.require-with=true --all.server.options-api=admin
7071

7172

7273
wait_server() {

0 commit comments

Comments
 (0)