Commit c83e9131 authored by Ignacio's avatar Ignacio
Browse files

Cambia check healthy de wget a curl

parent b430c285
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ services:
    volumes:
      - geoserver-vol:/var/geoserver/data
    healthcheck:
      test: wget --spider -S -t 3 http://localhost:${GEOSERVER_PORT}/geoserver
      test: curl --fail http://localhost:${GEOSERVER_PORT}/geoserver || exit 1
      interval: 30s
      timeout: 10s
      retries: 3
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ services:
    volumes:
      - geoserver-vol:/var/geoserver/data
    healthcheck:
      test: wget --spider -S -t 3 http://localhost:${GEOSERVER_PORT}/geoserver
      test:  curl --fail http://localhost:${GEOSERVER_PORT}/geoserver || exit 1
      interval: 30s
      timeout: 10s
      retries: 3