Skip to content

Commit

Permalink
dont double bind ports
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Sep 15, 2023
1 parent 8ed23e6 commit f5b73d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ services:
- ${METRICS_CRTS_DIR}/ca/ca.crt:/usr/share/elasticsearch/config/ca.crt:ro,z
- ${METRICS_CRTS_DIR}/elasticsearch/elasticsearch.crt:/usr/share/elasticsearch/config/elasticsearch.crt:ro,z
- ${METRICS_CRTS_DIR}/elasticsearch/elasticsearch.key:/usr/share/elasticsearch/config/elasticsearch.key:ro,z
ports:
- "${ELASTIC_VPN_PORT:-9200}:9200"
# ports:
# - 9200:9200
# - 9300:9300
environment:
node.name: elasticsearch
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ services:
- ${METRICS_CRTS_DIR}/ca/ca.crt:/usr/share/elasticsearch/config/ca.crt:ro,z
- ${METRICS_CRTS_DIR}/elasticsearch/elasticsearch.crt:/usr/share/elasticsearch/config/elasticsearch.crt:ro,z
- ${METRICS_CRTS_DIR}/elasticsearch/elasticsearch.key:/usr/share/elasticsearch/config/elasticsearch.key:ro,z
ports:
- "${ELASTIC_VPN_PORT:-9200}:9200"
# ports:
# - 9200:9200
# - 9300:9300
environment:
node.name: elasticsearch
Expand Down

0 comments on commit f5b73d8

Please sign in to comment.