Spring Shell with docker-compose does not work
I have Spring boot application with Spring shell console. When i running it on a local machine frome IDE everything is good. O wrote Dockerfile and docker-compose to deploy my app, but when i running docker-compose up
i don’t see Spring shell input. Only after stopping the container this input appears in console.