Skip to content

Conversation

jippi
Copy link
Contributor

@jippi jippi commented Dec 25, 2023

"wget" is used by the docker-compose health-check and is currently not installed.

The same health check can be achieved with curl (which is installed), but thought simply installing wget would be sufficient and avoid breaking any existing docker-compose based servers (like my own) when they upgrade to 4.3

Happy to update to using curl instead if preferred

"wget" is used by the [docker-compose health-check](https://github.com/mastodon/mastodon/blob/main/docker-compose.yml#L89) and is currently not installed.

The same health check can be achieved with `curl` (which is installed), but thought simply installing wget would be sufficient and avoid breaking any existing docker-compose based servers (like my own) when they upgrade to 4.3

Happy to update to using `curl` instead if preferred
@vmstan vmstan self-requested a review December 26, 2023 16:31
@vmstan
Copy link
Contributor

vmstan commented Dec 26, 2023

Yeah that's an oversight on my part during the refactor. I would like to redo the Docker Compose to use curl but we don't need to break existing deployments 😄

@vmstan vmstan requested a review from renchap December 28, 2023 19:32
@ClearlyClaire ClearlyClaire added this pull request to the merge queue Dec 29, 2023
Merged via the queue into mastodon:main with commit 01df9f1 Dec 29, 2023
@jippi jippi deleted the patch-2 branch December 29, 2023 15:46
vmstan pushed a commit to vmstan/mastodon that referenced this pull request Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants