mirror of
https://github.com/supabase/setup-cli.git
synced 2026-05-13 11:26:59 +00:00
chore: comment on local port
This commit is contained in:
@@ -45,6 +45,8 @@ steps:
|
|||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
- run: supabase db start
|
- run: supabase db start
|
||||||
|
# Optionally connect to the database using psql
|
||||||
|
- run: psql 'postgres://postgres:postgres@localhost:54322/postgres' -c ''
|
||||||
```
|
```
|
||||||
|
|
||||||
Since Supabase CLI relies on Docker Engine API, additional setup may be required
|
Since Supabase CLI relies on Docker Engine API, additional setup may be required
|
||||||
|
|||||||
Reference in New Issue
Block a user