The docker compose menu messes with the console by:
- it keeps opening docker desktop
- it prevents some characters from being typed when inside the container

The solution is to setup your terminal to disable the menu.
export COMPOSE_MENU=false
If using mintty, it can be added the .bashrc in your user root directory.