File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- REPO = janus1990
2- IMAGE = docker- nginx-php
1+ REPO = rtucek
2+ IMAGE = nginx-php
33VERSION = 0.3.0
44EXTRAVERSION =
55
Original file line number Diff line number Diff line change 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
3838Mount 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
You can’t perform that action at this time.
0 commit comments