Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #197 from DrAlzahraniProjects/WinCMD-update
Browse files Browse the repository at this point in the history
Added quotes to Win CMD run command
  • Loading branch information
itsnotmik authored Nov 22, 2024
2 parents af85794 + 1d5677b commit 6ff498c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Before you begin, ensure you have the following installed on your machine:
Run the Docker container with the following command:

```bash
docker run -v %cd%/milvus:/app/milvus -v %cd%/logs:/app/logs -d -p 5001:5001 -p 6001:6001 team1_app
docker run -v "%cd%"/milvus:/app/milvus -v "%cd%"/logs:/app/logs -d -p 5001:5001 -p 6001:6001 team1_app
```

### Linux CLI
Expand Down

0 comments on commit 6ff498c

Please sign in to comment.