cms
cms copied to clipboard
bug: Getting a openssl error while running it locally using docker
Describe the bug When we run command docker compose watch, the daily_code_container get exit just after being started. After seeing the logs of this container we can see a error like prisma:warn Prisma failed to detect the libssl/openssl version to use, and may not work as expected. Defaulting to "openssl-1.1.x".
To Reproduce Steps to reproduce the behaviour:
- clone locally ( I cloned a forked one)
- run docker compose watch
- run docker ps (you will see only one container is running)
- run docker ps -a
- run docker logs (id of daily_code_container)
Expected behaviour You will see these error prisma:warn Prisma failed to detect the libssl/openssl version to use, and may not work as expected. Defaulting to "openssl-1.1.x". Please manually install OpenSSL and try installing Prisma again
Screenshots or GIFs
Additional context Your docker compose version should be v2