mirror of
https://github.com/supabase/supabase.git
synced 2026-06-24 01:43:09 +08:00
15 lines
340 B
Plaintext
15 lines
340 B
Plaintext
---
|
|
id: supabase-stop
|
|
title: "supabase stop"
|
|
slug: supabase-stop
|
|
custom_edit_url: https://github.com/supabase/supabase/edit/master/web/spec/cli.yml
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabsPanel from '@theme/TabsPanel';
|
|
|
|
```bash
|
|
supabase stop
|
|
```
|
|
|
|
When you are finished with Supabase, run `supabase stop` to stop the Docker services. |