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
If you have any improvements please submit a pull request.
18
-
### Docker hub repository
19
-
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/)
18
+
## Docker Pull
20
19
```
21
20
docker pull richarvey/nginx-php-fpm
22
21
```
@@ -57,18 +56,25 @@ The following flags are a list of all the currently supported options that can b
57
56
-**RUN_SCRIPTS** : Set to 1 to execute scripts
58
57
-**PGID** : Set to GroupId you want to use for nginx (helps permissions when using local volume)
59
58
-**PUID** : Set to UserID you want to use for nginx (helps permissions when using local volume)
59
+
60
60
## Documentation
61
61
62
62
-[Building from source](https://github.com/ngineered/nginx-php-fpm/blob/master/docs/building.md)
Copy file name to clipboardExpand all lines: docs/scripting_templating.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
## Scripting
2
2
There is often an occasion where you need to run a script on code to do a transformation once code lands in the container. For this reason we have developed scripting support. By including a scripts folder in your git repository and passing the __RUN_SCRIPTS=1__ flag to your command line the container will execute your scripts. Please see the [repo layout guidelines](https://github.com/ngineered/nginx-php-fpm/blob/master/docs/repo_layout.md) for more details on how to organise this.
3
3
4
-
###Using environment variables / templating
4
+
## Using environment variables / templating
5
5
To set the variables pass them in as environment variables on the docker command line.
0 commit comments