We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fc036 commit 89d28a8Copy full SHA for 89d28a8
docker/start_db_cluster.sh
@@ -48,6 +48,9 @@ for a in 172.28.1.1:8531 \
48
wait_server $a
49
done
50
51
+# wait for port mappings
52
+wait_server 127.0.0.1:8529
53
+
54
docker exec coordinator1 arangosh --server.authentication=false --javascript.execute-string='require("org/arangodb/users").update("root", "test")'
55
56
rm "$LOCATION"/jwtHeader "$LOCATION"/jwtSecret
0 commit comments