Commit 58a7a453 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige ruta de check de salud, descarta su salida

parent eab86d06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ services:
      - source: logback-xml
        target: ${NIFI_HOME}/conf/logback.xml
    healthcheck:
      test: curl --silent http://apache-nifi:${PORT}
      test: curl --silent --output /dev/null http://apache-nifi:${PORT}/nifi
      interval: 30s
      timeout: 30s
      retries: 3