diff --git a/docs/docker.md b/docs/docker.md index 8558075c..6b185900 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -4,9 +4,9 @@ Variants for PHP 8.2 and PHP 8.3 are provided. -The tags follows this pattern: `dunglas/frankenphp/-php-` +The tags follows this pattern: `dunglas/frankenphp:-php-` -* `` and ` can be a major, minor or patch version, respectively of FrankenPHP and PHP. +* `` and `` are version numbers of FrankenPHP and PHP respectively, with specifities ranging from major (e.g. `1`), minor (e.g. `1.2`) to patch versions (e.g. `1.2.3`). * `` is either `bookworm` (for Debian Bookworm) or `alpine` (for the latest stable version of Alpine). [Browse tags](https://hub.docker.com/r/dunglas/frankenphp/tags).