Commit bcd4983a authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Merge branch 'dev' into 'master'

Corrige variable de puerto para healthcheck

See merge request redmic-project/elastic/elasticsearch!45
parents e3a83658 f5f02294
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ services:
      - USER_MANAGEMENT_DELAY=200
      - ES_XPACK_SECURITY_ENABLED
    healthcheck:
      test: curl --silent localhost:${PORT}/_cluster/health
      test: curl --silent localhost:${PORT1}/_cluster/health
      timeout: 10s
      retries: 3
      start_period: 2m
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ version: '3.5'
services:
  elasticsearch-2:
    healthcheck:
      test: curl --silent localhost:${PORT}/_cluster/health
      test: curl --silent localhost:${PORT1}/_cluster/health
      timeout: 10s
      retries: 3
      start_period: 2m
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ version: '3.5'
services:
  elasticsearch-3:
    healthcheck:
      test: curl --silent localhost:${PORT}/_cluster/health
      test: curl --silent localhost:${PORT1}/_cluster/health
      timeout: 10s
      retries: 3
      start_period: 2m