diff --git a/content/getting-started/2.create-a-project.md b/content/getting-started/2.create-a-project.md index db951088..2c650273 100644 --- a/content/getting-started/2.create-a-project.md +++ b/content/getting-started/2.create-a-project.md @@ -61,7 +61,7 @@ Create a `docker-compose.yml` file in the `directus` directory: ```yaml [docker-compose.yml] services: directus: - image: directus/directus:11.5.1 + image: directus/directus:11.14.1 ports: - 8055:8055 volumes: