Docker-compose exit code is 137 when there is no OOM exception

Docker exit code 137 may imply Docker doesn’t have enough RAM to finish the work.

Unfortunately Docker consumes a lot of RAM.

Go to Docker Desktop app > Preferences > Resources > Advanced
and increase the MEMORY – best to double it.

Leave a Comment