From cfbf419f57cb70bb8a54c2a7f8e4e40a28515ec5 Mon Sep 17 00:00:00 2001 From: Clark Weckmann <15677451+clarkhacks@users.noreply.github.com> Date: Thu, 14 Apr 2022 09:58:58 -0500 Subject: [PATCH] Updated git link and Prisma command. (#2363) Co-authored-by: Peer Richelsen Co-authored-by: Bailey Pumfleet --- apps/docs/pages/self-hosting/docker.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/pages/self-hosting/docker.mdx b/apps/docs/pages/self-hosting/docker.mdx index 6f537a4c..068ed8be 100644 --- a/apps/docs/pages/self-hosting/docker.mdx +++ b/apps/docs/pages/self-hosting/docker.mdx @@ -27,7 +27,7 @@ or 1. Clone calendso-docker ```bash - git clone git@github.com:calendso/calendso-docker.git --recursive + git clone --recursive https://github.com/calendso/docker.git calendso-docker ``` 2. Update `.env` if needed @@ -40,7 +40,7 @@ or 4. Start prisma studio ```bash - docker-compose exec calendso -- npx prisma studio + docker-compose exec calendso npx prisma studio ``` 5. Open a browser to [port 5555](http://localhost:5555) on your localhost to look at or modify the database content.