blinko-space / blinko

An open-source, self-hosted personal note tool prioritizing privacy, built using TypeScript .
https://blinko-demo.vercel.app/
GNU Affero General Public License v3.0
886 stars 74 forks source link

container showing "unhealthy" #81

Open DHS1001 opened 1 week ago

DHS1001 commented 1 week ago

The container is up and running, but the status shows "unhealthy" with the error message below:

OCI runtime exec failed: exec failed: unable to start container process: exec: "curl": executable file not found in $PATH: unknown

daedric7 commented 1 week ago
    healthcheck:
      test: wget --no-verbose --tries=1 --spider https://blinko.yourdomain.com || exit 1
      interval: 30s
      timeout: 10s
      retries: 5
      start_period: 10s