mirror of
https://github.com/supabase/supabase.git
synced 2026-05-23 10:21:37 +08:00
17 lines
476 B
Plaintext
17 lines
476 B
Plaintext
---
|
|
id: supabase-eject
|
|
title: "supabase eject"
|
|
slug: supabase-eject
|
|
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 eject
|
|
```
|
|
|
|
Run in any folder to create a `docker` folder with a `docker-compose.yml`. This is useful for self-hosting or adding custom configuration.
|
|
|
|
See our [Self Hosting](/docs/guides/hosting/overview) docs for more details. |