usememos / memos

An open-source, lightweight note-taking solution. The pain-less way to create your meaningful notes. Your Notes, Your Way.
https://usememos.com
MIT License
34.06k stars 2.46k forks source link

Healtcheck is not working anymore on version 0.22.5 #3886

Closed mariushosting closed 2 months ago

mariushosting commented 2 months ago

Describe the bug

The healtcheck is not working anymore on the latest version 0.22.5

Steps to reproduce

healthcheck:
  test: wget --no-verbose --tries=1 --spider http://localhost:5230/

works like a charm in the compose with version 0.22.4 not working anymore in version 0.22.5.

The version of Memos you're using.

0.22.5

Screenshots or additional context

No response

onee-only commented 2 months ago

Looks like it is related to #3877.

stanthewizzard commented 1 month ago

yes same issue no more healthcheck

Promix953 commented 1 month ago

Yeah, one guy completely scrapped healthcheck for 21.3MB.

stanthewizzard commented 1 month ago

What ? I don't understand

RoccoSmit commented 1 month ago

The Linux distro was changed and the new one does not have the functionality users are using for health checks.

The intent of the change was to reduce the container size hence the reference to 21.3mb.

This issue is closed (due to being a duplicate), but you can follow the status of getting this resolved on the linked issue that is still open. https://github.com/usememos/memos/issues/3877