Skip to content

Commit c8362e2

Browse files
author
Ric Harvey
committed
tidy up README
1 parent 36d9763 commit c8362e2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ If you have improvements or suggestions please open an issue or pull request on
1717
- [https://github.com/ngineered/nginx-php-fpm](https://github.com/ngineered/nginx-php-fpm)
1818
- [https://registry.hub.docker.com/u/richarvey/nginx-php-fpm/](https://registry.hub.docker.com/u/richarvey/nginx-php-fpm/)
1919

20-
## Docker Pull
20+
## Running
21+
To pull from docker hub:
2122
```
22-
docker pull richarvey/nginx-php-fpm
23+
docker pull richarvey/nginx-php-fpm:latest
2324
```
24-
## Running
25+
### Starting
2526
To simply run the container:
2627
```
2728
sudo docker run -d richarvey/nginx-php-fpm
@@ -35,7 +36,7 @@ docker run -d -e 'GIT_EMAIL=email_address' -e 'GIT_NAME=full_name' -e 'GIT_USERN
3536

3637
For more detailed examples and explanations please refer to the documentation.
3738

38-
### Available Configuration Parameters
39+
## Available Configuration Parameters
3940
The following flags are a list of all the currently supported options that can be changed by passing in the variables to docker with the -e flag.
4041

4142
- **GIT_REPO** : URL to the repository containing your source code. If you are using a personal token, this is the https URL without https://, e.g github.com/project/ for ssh prepend with git@ e.g git@github.com:project.git

0 commit comments

Comments
 (0)