Commit 3b87516a authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Cambia comando de healthcheck

parent f3e1ae8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ services:
      - metric-net
      - traefik-net
    healthcheck:
      test: curl --silent --output /dev/null http://localhost:${WEB_LISTEN-ADDRESS}
      test: wget --spider http://localhost:${WEB_LISTEN-ADDRESS}
      interval: 30s
      timeout: 10s
      retries: 3