mirror of
https://github.com/simon987/sist2.git
synced 2025-04-04 07:52:59 +00:00
4 lines
153 B
Bash
Executable File
4 lines
153 B
Bash
Executable File
docker run --rm -it --name "sist2-dev-es3"\
|
|
-p 9200:9200 -e "discovery.type=single-node" \
|
|
-e "ES_JAVA_OPTS=-Xms8g -Xmx8g" elasticsearch:7.17.9
|