Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
urgi-is
data-discovery
Commits
d0102801
Commit
d0102801
authored
Feb 21, 2019
by
Guillaume Cornut
Browse files
fix: Remove mentions of Elasticsearch port 9300 (not used anymore).
parent
64ea4e95
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d0102801
...
...
@@ -11,7 +11,7 @@ You need to install:
-
a recent enough JDK8
The application expects to connect on an ElasticSearch instance running on
`http://127.0.0.1:9
3
00`
.
The application expects to connect on an ElasticSearch instance running on
`http://127.0.0.1:9
2
00`
.
To have such an instance, simply run:
docker-compose up
...
...
docker-compose.yml
View file @
d0102801
...
...
@@ -9,7 +9,6 @@ services:
-
"
ES_JAVA_OPTS=-Xms2g
-Xmx2g
-XX:ParallelGCThreads=2"
ports
:
-
9200:9200
-
9300:9300
ulimits
:
memlock
:
soft
:
-1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment