mirror of
https://github.com/sist2app/sist2.git
synced 2025-05-11 12:25:54 +02:00
3 lines
153 B
Bash
Executable file
3 lines
153 B
Bash
Executable file
docker run --rm -it --name "sist2-dev-es-6"\
|
|
-p 9202:9200 -e "discovery.type=single-node" \
|
|
-e "ES_JAVA_OPTS=-Xms8g -Xmx8g" elasticsearch:6.8.0
|