Skip to content

Commit 14766d5

Browse files
committed
update links to github
1 parent f715dc1 commit 14766d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scripting_templating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Scripting
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://gitlab.com/ric_harvey/nginx-php-fpm/blob/master/docs/repo_layout.md) for more details on how to organise this.
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/richarvey/nginx-php-fpm/blob/master/docs/repo_layout.md) for more details on how to organise this.
33

44
## Using environment variables / templating
55
To set the variables pass them in as environment variables on the docker command line.

0 commit comments

Comments
 (0)