From 519bec553e3d76edcb1a8d18b072ebb5e5f2a6d0 Mon Sep 17 00:00:00 2001 From: Tim de Pater Date: Fri, 10 May 2024 08:10:32 +0200 Subject: [PATCH] Explain versioning --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index adb9d62..1f03f70 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ Or mount your own code to be served by PHP-FPM & Nginx docker run -p 80:8080 -v ~/my-codebase:/var/www/html trafex/php-nginx +## Versioning +Major or minor changes are always published as a [release](https://github.com/TrafeX/docker-php-nginx/releases) with correspondending changelogs. +The `latest` tag is automatically updated weekly to include the latests patches from Alpine Linux. + ## Configuration In [config/](config/) you'll find the default configuration files for Nginx, PHP and PHP-FPM. If you want to extend or customize that you can do so by mounting a configuration file in the correct folder;