Fix docker-compose ERROR: max > virtual memory areas vm.max_map_count [65530] is too low, increase to > at least [262144]
Increase VM max map count to the respective value
sudo sysctl -w vm.max_map_count=262144
Increase VM max map count to the respective value
sudo sysctl -w vm.max_map_count=262144