mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-15 20:00:08 -07:00
Elastisearch Docker Start Script
Netbeans gitignore
This commit is contained in:
parent
7f9d381de0
commit
7a1d369984
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/var/media/
|
||||
/web/media/
|
||||
.php_cs.cache
|
||||
/nbproject/
|
3
bin/startElastisearchDocker.sh
Executable file
3
bin/startElastisearchDocker.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" -e "xpack.security.enabled=false" docker.elastic.co/elasticsearch/elasticsearch:5.5.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user