--- 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.