Skip to content

Commit

Permalink
-name is not a valid option
Browse files Browse the repository at this point in the history
  • Loading branch information
quanzhuo committed Jul 1, 2023
1 parent 5526358 commit 4630097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To get started quickly, it is recommended to use Gitpod as default with the deve
- Install Elasticsearch with Docker

- sudo docker pull elasticsearch:7.9.3
- sudo docker run -d -name elasticsearch -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:7.9.3
- sudo docker run -d --name elasticsearch -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:7.9.3

### Setup locally on macOS

Expand Down

0 comments on commit 4630097

Please sign in to comment.