apache 2.4 and php 5.6 with config and html in volume
378
docker run -d --restart=always -p 80:80 -p 443:443 -v /docker/apache2:/base amunhoz/apache24_php56
it save the /etc/php5 and /etc/apache2 in volume. The web will be available in volume/var/www/.
Content type
Unrecognized
Digest
Size
274.8 MB
Last updated
about 10 years ago
docker pull amunhoz/apache24_php56