From c5ccc542e519478053fc15073bc4519247320e93 Mon Sep 17 00:00:00 2001 From: Artur Saiian <89963306+AMSaiian@users.noreply.github.com> Date: Tue, 17 Sep 2024 12:33:50 +0300 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd982bf..d9c65e0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ cd MyCutePet/backend chmod +x ./run_with_docker.sh # use this line if you encountered issues with permissions ./run-with-docker.sh ``` - +# !!! Don't pay attention to application exceptions, related to error with connection to Postgre DB, during first start. This is not issue due to during first start there is init of Postgre volume and other heavy processes, which can make Db container unavailable during some time. Docker Compose of project has been designed to handle this situation with "Restart always", so just wait some time and then application is going to be ready to work properly ## To run locally You have to clarify that your machine has got next software: - .NET Core 8