diff --git a/docs/Dockerfile b/docs/Dockerfile
index 1ee2e6c29..8503e9921 100644
--- a/docs/Dockerfile
+++ b/docs/Dockerfile
@@ -1,8 +1,7 @@
-FROM node:19
+FROM node:23
WORKDIR /app
RUN npm i -g mintlify
-RUN mintlify install
EXPOSE 3000
CMD ["mintlify", "dev"]
diff --git a/docs/cloud/integrations/dwh/postgres.mdx b/docs/cloud/integrations/dwh/postgres.mdx
index 98524a10f..59ad89181 100644
--- a/docs/cloud/integrations/dwh/postgres.mdx
+++ b/docs/cloud/integrations/dwh/postgres.mdx
@@ -3,8 +3,5 @@ title: "Connect to Postgres"
sidebarTitle: "Postgres"
---
-You will connect Elementary Cloud to Postgres for syncing the Elementary schema (created by the [Elementary dbt package](/cloud/onboarding/quickstart-dbt-package)).
-
-
diff --git a/docs/cloud/integrations/dwh/trino.mdx b/docs/cloud/integrations/dwh/trino.mdx
index 5cdecba3c..18ca5b548 100644
--- a/docs/cloud/integrations/dwh/trino.mdx
+++ b/docs/cloud/integrations/dwh/trino.mdx
@@ -3,4 +3,14 @@ title: "Connect to Trino"
sidebarTitle: "Trino"
---
-
+
+
+
+}
+>
+ Click for details
+
\ No newline at end of file
diff --git a/docs/docker-compose.yaml b/docs/docker-compose.yaml
index 5745e8ce8..218141ff7 100644
--- a/docs/docker-compose.yaml
+++ b/docs/docker-compose.yaml
@@ -1,9 +1,7 @@
-version: "3.8"
-
services:
docs:
build: .
volumes:
- .:/app
ports:
- - 3000:3000
+ - "3000:3000"