Skip to content

Commit

Permalink
fix(readme): up -d
Browse files Browse the repository at this point in the history
  • Loading branch information
yyewolf committed Aug 23, 2023
1 parent 5c7ccee commit 6c7efc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

# Go workspace file
go.work
<<<<<<< Updated upstream
=======

*.img

Expand All @@ -29,4 +27,3 @@ go.work
borne/OVMF.fd

borne/build/
>>>>>>> Stashed changes
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To get the project up and running, follow these steps:
1. **Start Database:**
- Run the following command to initiate the MongoDB database and Mongo Express UI:
```
docker-compose up
docker compose up -d
```

2. **Backend Setup:**
Expand Down

0 comments on commit 6c7efc1

Please sign in to comment.