We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b0234 commit 519bec5Copy full SHA for 519bec5
README.md
@@ -39,6 +39,10 @@ Or mount your own code to be served by PHP-FPM & Nginx
39
40
docker run -p 80:8080 -v ~/my-codebase:/var/www/html trafex/php-nginx
41
42
+## Versioning
43
+Major or minor changes are always published as a [release](https://github.com/TrafeX/docker-php-nginx/releases) with correspondending changelogs.
44
+The `latest` tag is automatically updated weekly to include the latests patches from Alpine Linux.
45
+
46
## Configuration
47
In [config/](config/) you'll find the default configuration files for Nginx, PHP and PHP-FPM.
48
If you want to extend or customize that you can do so by mounting a configuration file in the correct folder;
0 commit comments