Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker-compose.yml: specify AMD64 platform (#166)
Several Docker images used by Segment do not work reliably on Mac M1 laptops, which use the ARM chipset. Commonly, these are images that were built several years ago, before M1 laptops were in widespread use, and behave unpredictably when run on an ARM chipset. The simplest workaround is to ensure that the Docker environment is always running on x86. This change should ensure that employees with M1 laptops will be able to reliably start and run Docker containers on this repository.
- Loading branch information