We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deec87d commit 86fbd43Copy full SHA for 86fbd43
start-ferretdb.sh
@@ -29,7 +29,6 @@ else
29
docker run --name ferretdb \
30
-p $FERRETDB_PORT:27017 \
31
-e FERRETDB_HANDLER=sqlite \
32
- -e FERRETDB_SQLITE_URL=file:./ \
33
-e FERRETDB_TELEMETRY=$FERRETDB_TELEMETRY \
34
-d ghcr.io/ferretdb/ferretdb:$FERRETDB_VERSION
35
fi
0 commit comments