Skip to content

Commit d2f7931

Browse files
committed
update readme
1 parent e82c6e7 commit d2f7931

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/other/hasura/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ This sample project demonstrates how to deploy Hasura with Defang and connect it
1212

1313
For development, we use a Postgres container. The Postgres container is defined in the `compose.dev.yml` file. The Hasura container is defined in the `compose.yml` file, with some overrides in the `compose.dev.yml` file so it can correctly connect to the development database container.
1414

15-
To start the development environment, run `docker compose -f ./compose.yml -f ./compose.dev.yml up`. This will start the Postgres container and the Hasura container. The Hasura console will be available at `http://localhost:8080` with the password `password`. **Note:** If you want to make changes to your database, permissions, etc. you should use the Hasura console and the Hasura CLI to make those changes. See the next section for more information.
15+
To start the development environment, run `docker compose -f ./compose.yml -f ./compose.dev.yml up`. This will start the Postgres container and the Hasura container. The Hasura console will be available at `http://localhost:8080` with the password `password`.
16+
**Note:** _If you want to make changes to your database, permissions, etc. you should use the Hasura console and the Hasura CLI to make those changes. See the next section for more information._
1617

1718
### Editing the database/permissions etc.
1819

0 commit comments

Comments
 (0)