Sign inSign up

ebuzaneli/ubuntu-apache2-php5

By ebuzaneli

•Updated about 8 years ago

Ubuntu 16.06 - Apache 2 - PHP 5.6.32

Image
0

10K+

ebuzaneli/ubuntu-apache2-php5 repository overview

⁠docker-compose.yml

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

Tag summary

Content type

Image

Digest

Size

259.1 MB

Last updated

about 8 years ago

docker pull ebuzaneli/ubuntu-apache2-php5