Explain versioning

This commit is contained in:
Tim de Pater
2024-05-10 08:10:32 +02:00
parent 93b0234d4f
commit 519bec553e

View File

@@ -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 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 ## Configuration
In [config/](config/) you'll find the default configuration files for Nginx, PHP and PHP-FPM. 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; If you want to extend or customize that you can do so by mounting a configuration file in the correct folder;