Expose ES port.
This commit is contained in:
parent
c9d33c0fdb
commit
09f309a9cd
|
@ -78,8 +78,9 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
# This dir needs to be chowned to 1000:1000
|
# This dir needs to be chowned to 1000:1000
|
||||||
- ./docker/data/elasticsearch/data:/usr/share/elasticsearch/data
|
- ./docker/data/elasticsearch/data:/usr/share/elasticsearch/data
|
||||||
expose:
|
ports:
|
||||||
- 9200
|
# We need to expose this port, so we can prune the indexes.
|
||||||
|
- "127.0.0.1:9200:9200"
|
||||||
networks:
|
networks:
|
||||||
shared:
|
shared:
|
||||||
ipv4_address: 10.10.10.93
|
ipv4_address: 10.10.10.93
|
||||||
|
|
Reference in New Issue