Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leetomlee123 authored Nov 2, 2023
1 parent 32a6502 commit e30ae32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
![c97b66731796c6df734fc0e290b856e](https://github.com/leetomlee123/book_api_public/assets/19498940/cba9f7aa-3621-41b0-944b-f9a6c88b1244)

# mongodb config
```aidl
Expand Down Expand Up @@ -40,4 +41,4 @@ security:
# docker elasticsearch
```aidl
docker run --name es -p 8088:9200 -p 9300:9300 -e "discovery.type=single-node" -e ES_JAVA_OPTS="-Xms64m -Xmx128m" -v /root/lx/es/data:/usr/share/elasticsearch/data -v /root/lx/es/plugins:/usr/share/elasticsearch/plugins -d elasticsearch:7.8.0
```
```

0 comments on commit e30ae32

Please sign in to comment.