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 05ebccd commit 67375deCopy full SHA for 67375de
lib/model/knexfile.js
@@ -20,7 +20,7 @@ NODE_CONFIG_DIR=../../config npx knex migrate:up --knexfile lib/model/knexfile.j
20
21
In production (after the service is up):
22
23
-docker-compose exec --env NODE_CONFIG_DIR=../../config service npx knex migrate:up --knexfile lib/model/knexfile.js 20211111-01-my-migration.js
+docker compose exec --env NODE_CONFIG_DIR=../../config service npx knex migrate:up --knexfile lib/model/knexfile.js 20211111-01-my-migration.js
24
25
The DEBUG environment variable can also be helpful. For example:
26
0 commit comments