You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ This will, as best as possible, emulate the production configuration described i
64
64
65
65
1. Open a command prompt to `/backend`
66
66
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`
68
69
69
70
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