Skip to content

Commit

Permalink
Fix/remove FERRETDB_SQLITE_URL (#6)
Browse files Browse the repository at this point in the history
* chore: bump libs

* fix: remove FERRETDB_SQLITE_URL
  • Loading branch information
jkoenig134 authored Sep 5, 2024
1 parent 0735e1c commit 27373d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-soft/ferretdb-github-action",
"version": "1.1.0",
"version": "1.1.1",
"description": "FerretDB GitHub Action",
"keywords": [
"github",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"expect": "~29.7.0",
"mongoose": "~7.6.2",
"mongoose": "~8.6.1",
"uvu": "~0.5.6"
},
"engines": {
Expand Down
1 change: 0 additions & 1 deletion start-ferretdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ else
docker run --name ferretdb \
-p $FERRETDB_PORT:27017 \
-e FERRETDB_HANDLER=sqlite \
-e FERRETDB_SQLITE_URL=file:./ \
-e FERRETDB_TELEMETRY=$FERRETDB_TELEMETRY \
-d ghcr.io/ferretdb/ferretdb:$FERRETDB_VERSION
fi
Expand Down

0 comments on commit 27373d9

Please sign in to comment.