Debian 8 - Apache 2.0 - PHP 5.6
10K+
version: '2'
services:
web: image: ebuzaneli/buzza-server-apache2-php5 hostname: buzza-server-apache2-php5 container_name: buzza-server-apache2-php5 ports: - "9090:80" - "443:443" volumes: - $PWD/www:/var/www/html restart: always environment: - TZ=America/Sao_Paulo
Content type
Image
Digest
Size
117.5 MB
Last updated
over 9 years ago
docker pull ebuzaneli/buzza-server-apache2-php5