mirror of
https://github.com/supabase/setup-cli.git
synced 2025-12-08 08:06:29 +00:00
chore: comment on local port
This commit is contained in:
@@ -45,6 +45,8 @@ steps:
|
||||
with:
|
||||
version: latest
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user