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: CHANGELOG.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,40 @@
1
-
##### Tag v0.3.0 (2016-12-31)
1
+
##### Tag v0.3.1 (2017-XX-XX)
2
+
3
+
- Rename image
4
+
- Update badges
2
5
6
+
##### Tag v0.3.0 (2016-12-31)
7
+
[](https://microbadger.com/images/rtucek/nginx-php:v0.3.0"Get your own image badge on microbadger.com")[](https://microbadger.com/images/rtucek/nginx-php:v0.3.0"Get your own version badge on microbadger.com")
3
8
- Add Travis CI - #1
4
9
- Add Xdebug - #2
5
10
6
11
##### Tag v0.2.1 (2016-12-31)
7
-
[](https://microbadger.com/images/janus1990/docker-nginx-php:v0.2.1"Get your own image badge on microbadger.com")[](https://microbadger.com/images/janus1990/docker-nginx-php:v0.2.1"Get your own version badge on microbadger.com")
12
+
[](https://microbadger.com/images/rtucek/nginx-php:v0.2.1"Get your own image badge on microbadger.com")[](https://microbadger.com/images/rtucek/nginx-php:v0.2.1"Get your own version badge on microbadger.com")
8
13
9
14
- Remove misleading comments - #3
10
15
- Add badges and make headings smaller - #4
11
16
- Bump up Nginx to v1.11.8 - #5
12
17
13
18
##### Tag v0.2.0 (2016-12-25)
14
-
[](https://microbadger.com/images/janus1990/docker-nginx-php:v0.2.0"Get your own image badge on microbadger.com")[](https://microbadger.com/images/janus1990/docker-nginx-php:v0.2.0"Get your own version badge on microbadger.com")
19
+
[](https://microbadger.com/images/rtucek/nginx-php:v0.2.0"Get your own image badge on microbadger.com")[](https://microbadger.com/images/rtucek/nginx-php:v0.2.0"Get your own version badge on microbadger.com")
15
20
16
21
- Upgrade to PHP v7.1.0
17
22
- Add badges to README.md (powered by microbadger.com).
18
23
19
24
##### TAG v0.1.2 (2016-19-12)
20
-
[](https://microbadger.com/images/janus1990/docker-nginx-php:v0.1.2"Get your own image badge on microbadger.com")[](https://microbadger.com/images/janus1990/docker-nginx-php:v0.1.2"Get your own version badge on microbadger.com")
25
+
[](https://microbadger.com/images/rtucek/nginx-php:v0.1.2"Get your own image badge on microbadger.com")[](https://microbadger.com/images/rtucek/nginx-php:v0.1.2"Get your own version badge on microbadger.com")
21
26
22
27
- Fix PHP composer installer.
23
28
24
29
##### TAG v0.1.1 (2016-18-12)
30
+
UNRELEASED
25
31
26
32
- Update Nginx to v1.11.7.
27
33
- Update PHP to v7.0.14.
28
34
- Fix permission on mounted volumes (see commit `9568fc3`).
29
35
30
36
##### TAG v0.1.0 (2016-12-16)
31
-
[](https://microbadger.com/images/janus1990/docker-nginx-php:v0.1.0"Get your own image badge on microbadger.com")[](https://microbadger.com/images/janus1990/docker-nginx-php:v0.1.0"Get your own version badge on microbadger.com")
37
+
UNRELEASED
32
38
33
39
Initial release
34
40
- Compile Nginx v1.11.6 from source.
@@ -37,7 +43,7 @@ Initial release
37
43
- Install Honcho for process monitoring.
38
44
39
45
##### TAG v0.1.0-RC1 (2016-12-01)
40
-
[](https://microbadger.com/images/janus1990/docker-nginx-php:v0.1.0-RC1"Get your own image badge on microbadger.com")[](https://microbadger.com/images/janus1990/docker-nginx-php:v0.1.0-RC1"Get your own version badge on microbadger.com")
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
[](https://travis-ci.org/rtucek/nginx-php)[](https://microbadger.com/images/janus1990/docker-nginx-php"Get your own image badge on microbadger.com")[](https://microbadger.com/images/janus1990/docker-nginx-php"Get your own version badge on microbadger.com")
1
+
[](https://travis-ci.org/rtucek/nginx-php)[](https://microbadger.com/images/rtucek/nginx-php"Get your own image badge on microbadger.com")[](https://microbadger.com/images/rtucek/nginx-php"Get your own version badge on microbadger.com")
2
2
3
3
## nginx-php Dockerfile
4
4
5
-
This repository contains source code of [janus1990/docker-nginx-php](https://hub.docker.com/r/janus1990/docker-nginx-php/).
5
+
This repository contains source code of [rtucek/nginx-php](https://hub.docker.com/r/rtucek/nginx-php).
6
6
7
7
## Content
8
8
@@ -22,10 +22,10 @@ automatically, you may want to use
22
22
## Usage
23
23
24
24
```bash
25
-
docker run -v /path/to/php/source/:/usr/local/nginx/html/ janus1990/docker-nginx-php
25
+
docker run -v /path/to/php/source/:/usr/local/nginx/html/ rtucek/nginx-php
26
26
27
27
# With restart policy
28
-
docker run --restart=always -v /path/to/php/source/:/usr/local/nginx/html/ janus1990/docker-nginx-php
28
+
docker run --restart=always -v /path/to/php/source/:/usr/local/nginx/html/ rtucek/nginx-php
29
29
```
30
30
31
31
## Advanced configuration
@@ -37,7 +37,7 @@ PHP related configuration files.
37
37
38
38
Mount your custom `nginx.conf` file at `/usr/local/nginx/conf/nginx.conf`.
39
39
40
-
`docker run -v /path/to/nginx.conf:/usr/local/nginx/conf/nginx.conf ... janus1990/docker-nginx-php`
40
+
`docker run -v /path/to/nginx.conf:/usr/local/nginx/conf/nginx.conf ... rtucek/nginx-php`
0 commit comments