Skip to content

Commit cdc19a2

Browse files
committed
fix url
1 parent 0d0160f commit cdc19a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/self-host.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ git clone https://github.com/langfuse/langfuse.git && cd langfuse
1414

1515
# build the container
1616
docker build \
17-
--build-arg DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres \
17+
--build-arg DATABASE_URL=postgresql://postgres:postgres@host.docker.internal:5432/postgres \
1818
--build-arg NEXTAUTH_SECRET=mysecret \
1919
--build-arg NEXTAUTH_URL=http:localhost:3030 \
2020
-t langfuse .

0 commit comments

Comments
 (0)