Apache2 with PHP5 on Ubuntu:14.04
301
Working directory linked externally
Example docker-compose.yml: ----------- web: image: drummerroma/apache ports: -80:80 volumes: -/path/to/local/html/content:/app
For remoteIP configuration:
-------
https://httpd.apache.org/docs/trunk/mod/mod_remoteip.html
remoteip.conf:
RemoteIPInternalProxy x.x.x.x
Replace x.x.x.x with the IP of your docker0 interface.
Content type
Image
Digest
Size
81.4 MB
Last updated
over 10 years ago
docker pull drummerroma/apache