Skip to content

Commit

Permalink
try "docker compose"
Browse files Browse the repository at this point in the history
  • Loading branch information
negue committed Nov 21, 2024
1 parent 98dacaa commit 0ee61ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
"start:simple": "node ./website/server/index.js",
"debug": "gulp nodemon --inspect",
"mongo:dev_": "node scripts/start-local-mongo.mjs",
"mongo:dev": "docker-compose -f docker-compose.mongo-local.yml up",
"mongo:dev:down": "docker-compose -f docker-compose.mongo-local.yml down",
"mongo:dev": "docker compose -f docker-compose.mongo-local.yml up",
"mongo:dev:down": "docker compose -f docker-compose.mongo-local.yml down",
"mongo:test": "node scripts/start-local-mongo.mjs --test-db",
"postinstall": "git config --global url.\"https://\".insteadOf git:// && gulp build && cd website/client && npm install",
"apidoc": "gulp apidoc",
Expand Down

0 comments on commit 0ee61ee

Please sign in to comment.