We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0160f commit cdc19a2Copy full SHA for cdc19a2
pages/docs/self-host.mdx
@@ -14,7 +14,7 @@ git clone https://github.com/langfuse/langfuse.git && cd langfuse
14
15
# build the container
16
docker build \
17
---build-arg DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres \
+--build-arg DATABASE_URL=postgresql://postgres:postgres@host.docker.internal:5432/postgres \
18
--build-arg NEXTAUTH_SECRET=mysecret \
19
--build-arg NEXTAUTH_URL=http:localhost:3030 \
20
-t langfuse .
0 commit comments