-
Notifications
You must be signed in to change notification settings - Fork 326
Description
Is your feature request related to a problem? Please describe.
I usually code in a no-internet environment, and using local supabase is the perfect solution for it — I code, offline, then push the changes to my branch and to the live database whenever I'm back online.
But if I sense there's some instability with Docker or the database and I need to stop it and restart, I can't. Because if I start it, it tries to fetch everything from the internet again.
Describe the solution you'd like
I'm not very much Docker-savvy, so I don't know if what I'm asking is impossible, but I'd love to be able to stop and start the local database fully offline, maybe with a flag --offline or --local, I don't know.
This way I'd be able to do my work without any issues.
Describe alternatives you've considered
I read the docs and tried -h but there's no possible flag, AFAIK.
Additional context
N/A