Expose ES port.

This commit is contained in:
Ivaylo Novakov 2021-05-04 13:46:02 +02:00
parent c9d33c0fdb
commit 09f309a9cd
No known key found for this signature in database
GPG Key ID: 06B9354AB08BE9C6
1 changed files with 3 additions and 2 deletions

View File

@ -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