Skip to content

Commit

Permalink
Merge pull request #769 from quanzhuo/fix-cmd
Browse files Browse the repository at this point in the history
-name is not a valid option
  • Loading branch information
amvanbaren authored Jul 4, 2023
2 parents af09fea + 4630097 commit ac36498
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 ac36498

Please sign in to comment.