Search Docker Hub
nginx-php7
By ebuzaneli
NGINX e PHP Version 7.0-0ubuntu16.04
10K+
docker build -t ebuzaneli/nginx-php7 .
services: web: image: ebuzaneli/nginx-php7 hostname: buzza-nginx-php7 container_name: buzza-nginx-php7 ports: - "8080:80" - "443:443" volumes: - $PWD/www:/app
Content type
Image
Digest
Size
251.1 MB
Last updated
over 9 years ago
docker pull ebuzaneli/nginx-php7