[PR #80] [MERGED] fix: update minio health check #159

Closed
opened 2026-02-16 12:51:40 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stoatchat/self-hosted/pull/80
Author: @r-o-b-o-t-o
Created: 3/22/2024
Status: Merged
Merged: 3/28/2024
Merged by: @insertish

Base: masterHead: fix/update-minio-health-check


📝 Commits (1)

  • 3a07c47 fix: update minio health check

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 docker-compose.yml (+2 -2)

📄 Description

  • I understand and have followed the contribution guide
  • I have tested my changes locally and they are working as intended

This PR fixes the createbuckets service.
curl is not available in the minio/mc image anymore, it can be replaced with the mc ready command.

Probably fixes https://github.com/revoltchat/self-hosted/issues/76


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stoatchat/self-hosted/pull/80 **Author:** [@r-o-b-o-t-o](https://github.com/r-o-b-o-t-o) **Created:** 3/22/2024 **Status:** ✅ Merged **Merged:** 3/28/2024 **Merged by:** [@insertish](https://github.com/insertish) **Base:** `master` ← **Head:** `fix/update-minio-health-check` --- ### 📝 Commits (1) - [`3a07c47`](https://github.com/stoatchat/self-hosted/commit/3a07c47f3e7db1fbcb7143351038e37d36f2c679) fix: update minio health check ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docker-compose.yml` (+2 -2) </details> ### 📄 Description - [X] I understand and have followed the [contribution guide](https://github.com/revoltchat/.github/blob/master/.github/CONTRIBUTING.md) - [X] I have tested my changes locally and they are working as intended This PR fixes the `createbuckets` service. `curl` is not available in the `minio/mc` image anymore, it can be replaced with the `mc ready` command. Probably fixes https://github.com/revoltchat/self-hosted/issues/76 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:51:40 -05:00
yindo closed this issue 2026-02-16 12:51:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/self-hosted#159