docker-apache-php7 icon indicating copy to clipboard operation
docker-apache-php7 copied to clipboard

Docker image with apache 2.4, PHP 7, configurable PHP error_reporting setting

Results 2 docker-apache-php7 issues
Sort by recently updated
recently updated
newest added

Improving Dockerfile following recommandations from https://www.fromlatest.io

Previously had an error connection refused. Fix "-p 8080:80" to "-p 80:80". Port 80 instead of 8080 was exposed in Dockerfile. Now it should work when trying to access from...