You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,12 @@ If you have any improvements please submit a pull request.
7
7
### Docker hub repository
8
8
The Docker hub build can be found here: [https://registry.hub.docker.com/u/richarvey/nginx-php-fpm/](https://registry.hub.docker.com/u/richarvey/nginx-php-fpm/)
9
9
## Versions
10
-
- Nginx Mainline Version: **1.9.12**
11
-
- PHP: **5.5.9-1ubuntu4.14**
12
-
- Ubuntu Trusty: **14.04.4**
10
+
11
+
| Tag | nginx | PHP | Ubuntu |
12
+
|--------|--------|-------------------|---------|
13
+
| latest | 1.9.12 | 5.5.9-1ubuntu4.14 | 14.04.4 |
14
+
| beta56 | 1.9.11 | 5.6 | 16.04 |
15
+
| beta70 | 1.9.11 | 7.0 | 16.04 |
13
16
14
17
## Building from source
15
18
To build from source you need to clone the git repo and run docker build:
0 commit comments