Tianon Gravi ea377551f7 Adjust "/var/www/html" permissions consistently across variants
The issue speaks for itself:

```console
$ docker run --rm php:apache ls -ld /var/www/html
drwxrwxrwx 2 www-data www-data 4096 Jan 22 21:56 /var/www/html

$ docker run --rm php:fpm ls -ld /var/www/html
drwxr-xr-x 2 root root 4096 Jan 22 22:10 /var/www/html
```
2019-01-31 14:45:15 -08:00
2019-01-11 15:31:57 -08:00
2018-11-09 10:21:18 +01:00
2019-01-11 15:31:57 -08:00
2018-07-30 09:15:18 -07:00
2018-04-19 11:04:03 -07:00
2019-01-11 15:31:57 -08:00

https://github.com/docker-library/php

Maintained by: the Docker Community

This is the Git repo of the Docker "Official Image" for php (not to be confused with any official php image provided by php upstream). See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues.

The full description from Docker Hub is generated over in docker-library/docs, specifically in docker-library/docs/php.

See a change merged here that doesn't show up on Docker Hub yet?

Check the "library/php" manifest file in the docker-library/official-images repo, especially PRs with the "library/php" label on that repo.

For more information about the official images process, see the docker-library/official-images readme.


Build Status Badges (per-arch)
amd64
build status badge
arm32v5
build status badge
arm32v6
build status badge
arm32v7
build status badge
arm64v8
build status badge
i386
build status badge
ppc64le
build status badge
s390x
build status badge
Description
No description provided
Readme MIT 4.6 MiB
Languages
Shell 51.1%
Dockerfile 48.9%