From 35ba2a193634afc0e12ab3a027c4e17faf81f075 Mon Sep 17 00:00:00 2001 From: Matthias Nannt Date: Fri, 14 Oct 2022 09:57:54 +0200 Subject: [PATCH] update dev instructions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cc225db3a..06710a4140 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ cd snoopforms pnpm install ``` -3. To make the process of installing a dev dependencies easier, we offer a [`docker-compose.yml`](https://docs.docker.com/compose/) file to deploy a PostgreSQL server locally with a new database named `turborepo` (To change this update the `MYSQL_DATABASE` environment variable in the `docker-compose.yml` file) +3. To make the process of installing a dev dependencies easier, we offer a [`docker-compose.yml`](https://docs.docker.com/compose/) with the following containers: - a `postgres` container and environment variables preset to reach it, - a `mailhog` container that acts as a mock SMTP server and shows received mails in a web UI (forwarded to your host's `localhost:8025`)