Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion content/getting-started/2.create-a-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@ docker compose up

Directus should now be available at http://localhost:8055 or http://127.0.0.1:8055, where you'll see an onboarding screen to configure your first Admin account.

The project that runs from this `docker-compose.yml` file is not production-ready but enough to use many features.
::callout{icon="i-lucide-triangle-alert" color="warning"}
**Not for production**
This Docker Compose example uses SQLite and is intended for local exploration only. For a production-oriented setup with Postgres, Redis, and related services, see the [Docker Compose examples](/self-hosting/deploying#docker-compose-examples) in Deploying Directus.
::

## Deploy Directus

Expand Down