Skip to content

Commit

Permalink
chore: lowercase docker config in new version (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
edalholt authored Sep 11, 2024
1 parent 8f386ef commit b317d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b317d64

Please sign in to comment.