Skip to content

Commit 67375de

Browse files
authored
Upgrade to docker compose v2 (getodk#789)
1 parent 05ebccd commit 67375de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/model/knexfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ NODE_CONFIG_DIR=../../config npx knex migrate:up --knexfile lib/model/knexfile.j
2020
2121
In production (after the service is up):
2222
23-
docker-compose exec --env NODE_CONFIG_DIR=../../config service npx knex migrate:up --knexfile lib/model/knexfile.js 20211111-01-my-migration.js
23+
docker compose exec --env NODE_CONFIG_DIR=../../config service npx knex migrate:up --knexfile lib/model/knexfile.js 20211111-01-my-migration.js
2424
2525
The DEBUG environment variable can also be helpful. For example:
2626

0 commit comments

Comments
 (0)