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
+6-2
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,16 @@ Status: **Unstable**
16
16
- PostgreSQL >= 12
17
17
- PostgREST >= 7
18
18
19
-
### Local Postgrest Server
20
-
If you want to use local postgrest server for development use docker-compose to start local server. Once docker-compose process started, postgrest is accessible at http://localhost:3000
19
+
### Local PostgREST server
20
+
21
+
If you want to use a local PostgREST server for development, you can use our preconfigured instance via Docker Compose.
22
+
21
23
```sh
22
24
docker-compose up
23
25
```
24
26
27
+
Once Docker Compose started, PostgREST is accessible at http://localhost:3000.
0 commit comments