Skip to content

Commit 0c2c82d

Browse files
authored
Merge pull request #7 from fontebasso/php8
improve docs
2 parents c495f05 + 3ee1937 commit 0c2c82d

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: docker
2+
13
on:
24
release:
35
types: [published]

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# fontebasso/php-nginx
22

3-
This project is a image docker for run PHP with NGINX and extras bonus.
3+
[![Docker Build](https://github.com/fontebasso/docker-php-nginx/workflows/docker/badge.svg)](https://github.com/fontebasso/docker-php-nginx/actions?query=workflow%3Adocker)
4+
[![Docker Pulls](https://img.shields.io/docker/pulls/fontebasso/php-nginx)](https://hub.docker.com/r/fontebasso/php-nginx)
5+
[![GitHub Repo](https://img.shields.io/badge/github-repo-yellowgreen)](https://github.com/fontebasso/docker-php-nginx)
6+
[![GitHub License](https://img.shields.io/github/license/fontebasso/docker-php-nginx)](https://github.com/fontebasso/docker-php-nginx/blob/main/LICENSE)
47

5-
The goal is to finalize an image ready to run in production, suggestions for improvements and corrections are very welcome, see [how to contribute](CONTRIBUTING.md).
8+
This project is container image docker for run PHP with NGINX.
69

7-
However, if you identify a security breach, please report it as soon as possible under guidelines outlined in our [SECURITY POLICY](SECURITY.md).
10+
This image is ready to run in production, suggestions for improvements and corrections are very welcome, see [how to contribute](CONTRIBUTING.md).
11+
12+
However, if you identify a security breach, please report it as soon as possible under guidelines outlined in our [security policy](SECURITY.md).
813

914
## Getting Started
1015

@@ -54,7 +59,8 @@ To run this image, only the Docker Engine is needed.
5459
* php
5560
* nginx
5661
* imagemagick
57-
* others+
62+
63+
See [Dockerfile](Dockerfile) for details of the extensions, libs and configurations.
5864

5965
## Find Us
6066

@@ -66,10 +72,10 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc
6672

6773
## Authors
6874

69-
* **Samuel Fontebasso** - *Initial work* - [fontebasso](https://github.com/fontebasso)
75+
* **Samuel Fontebasso** - [fontebasso](https://github.com/fontebasso)
7076

7177
See also the list of [contributors](https://github.com/fontebasso/docker-php-nginx/contributors) who participated in this project.
7278

7379
## License
7480

75-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
81+
The MIT License, see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)