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

Corrige variable de puerto para healthcheck

parent 2e66be56
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