I am attempting to create a Docker container using the official PHP 7.4 ZTS image without making any modifications. However, when I start the container, it immediately stops as if the entrypoint is incorrect.
My Dockerfile contains the following content:
FROM php:7.4-zts-alpine
This is the result when I run docker compose up
.
I have tried using other official ZTS images, but they also do not work.