docker-php8 icon indicating copy to clipboard operation
docker-php8 copied to clipboard

Docker with php8.2+, apache, mysql, postgresql, phpmyadmin, redis, nginx and pgadmin

Results 8 docker-php8 issues
Sort by recently updated
recently updated
newest added

When I run docker-compose up -d I get the following error when building PHP: STEP 8/16: COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer Error: COPY --from=composer:latest: no stage or image found with that...

**Description:** After cloning the repository and starting docker with default settings `docker compose up --build`" docker.php goes into restarting mode. **Steps to Reproduce:** 1. clone repo 2. navigate into directory...

Hello , Recently I tested the stack and it worked very well , but I had a problem when I'm trying to use x-debug . Also As a PHP developer...

php does not save any error files.

FROM httpd:2.4-alpine ENV TZ=${TZ:-UTC} RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone ENV APP_ROOT=/var/www ENV SERVER_NAME=localhost ENV DOCUMENT_ROOT=${APP_ROOT}/public_html ENV APACHE_LOG_DIR=${APP_ROOT}/docker/apache/logs ENV APACHE_RUN_GROUP=www-data ENV APACHE_RUN_USER=www-data RUN apk add --update...

bug

Hello @vagnercardosoweb, I've been flagged that the apache version (2.4.57) is vulnerable. See below: `# docker exec -ti docker.phpmyadmin /bin/bash root@292cca44242c:/var/www/html# apache2 -v Server version: Apache/2.4.57 (Debian) Server built: 2023-04-13T03:26:51`...

docker.apache | AH00526: Syntax error on line 267 of /usr/local/apache2/conf/httpd.conf: docker.apache | DocumentRoot '/var/www/app/public_html' is not a directory, or is not readable docker.apache | AH00526: Syntax error on line 267...