Skip to content

Commit d9c90e8

Browse files
committed
Add connect instructions to README
1 parent 88bdcae commit d9c90e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ This will, as best as possible, emulate the production configuration described i
6464

6565
1. Open a command prompt to `/backend`
6666
2. Run `docker compose --profile proddev up`
67-
3. To turn it off, use `CTRL+C` and then `docker compose --profile proddev down`
67+
3. Connect via `http://127.0.0.1:8000`
68+
4. To turn it off, use `CTRL+C` and then `docker compose --profile proddev down`
6869

6970
Note this will reuse the postgres database stored in `/backend/postgres`. You may reset this database by turinging off the docker containers and deleting `/backend/postgres`

0 commit comments

Comments
 (0)