From d951501923fea2ecc056193d118a1e203ae9b394 Mon Sep 17 00:00:00 2001 From: Maxime Cannoodt Date: Tue, 9 Aug 2022 15:40:39 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fa0fbd9..494f30c 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ The compose configuration will: 4. Automatically run `prisma migrate deploy` to keep the database schema up-to-date. 5. Start the storage service and web application after succesfuly database migration. +The docker-compose.yml file is suited for testing on a Windows-based system. If you are running locally on Linux or deploying to a server, you will have to change some of the configuration in the Compose file. See [this thread](https://github.com/mcndt/noteshare.space/issues/15) for more info. + ## Environment variables Both the **webapp** and **server** have use environment variables for configuration.