Skip to content

Commit 73ad16a

Browse files
committed
Readme: polished
1 parent 17f3d27 commit 73ad16a

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@
1616

1717
![](https://github.com/dockette/web/blob/master/screenshot.png "It works")
1818

19+
## Overview
20+
21+
This project provides ready-to-use Docker images for web development and deployment. These images are built with a focus on PHP applications, offering a complete environment with Nginx, PHP-FPM, Supervisor, and Cron capabilities.
22+
23+
### Key Features
24+
25+
- **Multiple PHP Versions**: Support for PHP 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, and 8.4
26+
- **Nginx Web Server**: Pre-configured with sensible defaults for PHP applications
27+
- **PHP-FPM**: Optimized for performance with common extensions installed
28+
- **Supervisor**: Process control system to manage services
29+
- **Cron Support**: Schedule and run periodic tasks
30+
- **Debian-based**: All images are built on Debian Bookworm for stability
31+
- **Customizable**: Easy configuration through volume mounts
32+
- **Production-Ready**: Optimized for both development and production environments
33+
1934
## Usage
2035

2136
| Image | Distro | PHP |
@@ -42,7 +57,7 @@ docker run \
4257
dockette/web:php-84
4358
```
4459

45-
## Custom Nginx config
60+
### Custom Nginx config
4661

4762
To customize Nginx config just bind new config to the path `/etc/nginx/sites.d/site.conf`, for example,
4863
in such way:
@@ -57,7 +72,7 @@ docker run \
5772
dockette/web:php-84
5873
```
5974

60-
## Run cron tasks
75+
### Run cron tasks
6176

6277
You could also run cron tasks, just simply bind your `crontab` to `/etc/cron.d/app`, for example,
6378
in such way:
@@ -79,7 +94,7 @@ There is also username, for example:
7994
57 19 * * * www-data my_command
8095
```
8196

82-
## Credits
97+
## Maintainers
8398

8499
<a href="https://github.com/f3l1x">
85100
<img width="80" height="80" src="https://avatars2.githubusercontent.com/u/538058?v=3&s=80">

0 commit comments

Comments
 (0)