Skip to content

Commit a7001d2

Browse files
committed
Rename image name
1 parent 0784a40 commit a7001d2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
REPO = janus1990
2-
IMAGE = docker-nginx-php
1+
REPO = rtucek
2+
IMAGE = nginx-php
33
VERSION = 0.3.0
44
EXTRAVERSION =
55

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## nginx-php Dockerfile
44

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).
66

77
## Content
88

@@ -22,10 +22,10 @@ automatically, you may want to use
2222
## Usage
2323

2424
```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
2626

2727
# 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
2929
```
3030

3131
## Advanced configuration
@@ -37,7 +37,7 @@ PHP related configuration files.
3737

3838
Mount your custom `nginx.conf` file at `/usr/local/nginx/conf/nginx.conf`.
3939

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`
4141

4242
### PHP & PHP-FPM
4343

0 commit comments

Comments
 (0)