Files
supabase/apps/temp-docs/docs/cli/supabase-eject.mdx
2022-04-26 14:17:19 +02:00

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.