php-docker-apache-example icon indicating copy to clipboard operation
php-docker-apache-example copied to clipboard

Just a simple example of how to create a simple PHP application and deploy it with Docker

Results 1 php-docker-apache-example issues
Sort by recently updated
recently updated
newest added

I try to follow the command you provdie 1. docker build -t php-docker-apache-example 2. docker run -d -p 8080:80 php-docker-apache-example when I try to enter http://localhost:8080 and I get this...