docs: backport hotfix for auto-apply-migrations

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9663
GitOrigin-RevId: 293145e011f6ac518c8acedf293e7db35455e56f
This commit is contained in:
Rob Dominguez 2023-06-26 02:25:00 -05:00 committed by hasura-bot
parent 4796a9dd69
commit 60d0b4b016

View File

@ -73,7 +73,7 @@ Example:
docker run -p 8080:8080 \
-v /home/me/my-project/migrations:/hasura-migrations \
-v /home/me/my-project/metadata:/hasura-metadata \
-e HASURA_GRAPHQL_DATABASE_URL=postgres://postgres:@postgres:5432/postgres \
-e HASURA_GRAPHQL_METADATA_DATABASE_URL=postgres://postgres:@postgres:5432/postgres \
hasura/graphql-engine:<version>.cli-migrations-v3
```