Skip to content

Commit 519bec5

Browse files
committed
Explain versioning
1 parent 93b0234 commit 519bec5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ Or mount your own code to be served by PHP-FPM & Nginx
3939

4040
docker run -p 80:8080 -v ~/my-codebase:/var/www/html trafex/php-nginx
4141

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

0 commit comments

Comments
 (0)