Ubuntu 16.06 - Apache 2 - PHP 5.6.32
10K+
version: '2'
services: web: image: ebuzaneli/ubuntu-apache2-php5 hostname: buzza-server-apache2-php5 container_name: buzza-server-apache2-php5 ports: - "8080:80" volumes: - $PWD/www:/var/www/html environment: - TZ=America/Campo_Grande restart: always networks: - buzza-network
networks: buzza-network: driver: bridge
Content type
Image
Digest
Size
259.1 MB
Last updated
about 8 years ago
docker pull ebuzaneli/ubuntu-apache2-php5