elixir-mint / mint

Functional HTTP client for Elixir with support for HTTP/1 and HTTP/2 🌱
Apache License 2.0
1.37k stars 112 forks source link

Update to `docker compose` #448

Closed wojtekmach closed 3 months ago

wojtekmach commented 3 months ago

Docker Compose v1 aka docker-compose is deprecated in favour of v2 aka docker compose. See https://github.com/actions/runner-images/issues/9692.

Also, set platform linux/amd64 for httpbin. It does not have arm64 image and starting this container fails on arm64 Macs.

whatyouhide commented 3 months ago

Yep, thanks @wojtekmach 💟