From b317d647f5573447e9b6d431ecff09b2418e9cb2 Mon Sep 17 00:00:00 2001 From: Eivind Dalholt Date: Wed, 11 Sep 2024 12:01:08 +0200 Subject: [PATCH] chore: lowercase docker config in new version (#211) --- backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/README.md b/backend/README.md index 4f33c63..34da452 100644 --- a/backend/README.md +++ b/backend/README.md @@ -7,7 +7,7 @@ Here is a working example: ``` -COMPOSE_PROJECT_NAME="NTNUI-Vote" +COMPOSE_PROJECT_NAME="ntnui-vote" BACKEND_PORT=3000 # Database DB_URI = "mongodb://devUser:topSecret@localhost:27017/vote?authSource=admin"