docs: fix assorted typos (#942)

This commit is contained in:
Alexander Makarov
2024-07-27 02:07:52 +04:00
committed by GitHub
parent fb23c64632
commit 93859e3149
5 changed files with 10 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
Variants for PHP 8.2 and PHP 8.3 are provided.
The tags follows this pattern: `dunglas/frankenphp:<frankenphp-version>-php<php-version>-<os>`
The tags follow this pattern: `dunglas/frankenphp:<frankenphp-version>-php<php-version>-<os>`
* `<frankenphp-version>` and `<php-version>` 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`).
* `<os>` is either `bookworm` (for Debian Bookworm) or `alpine` (for the latest stable version of Alpine).
@@ -182,7 +182,7 @@ RUN \
USER ${USER}
```
Next, set the `SERVER_NAME` environment variable to use an unpriviliegied port.
Next, set the `SERVER_NAME` environment variable to use an unprivileged port.
Example: `:8000`
## Updates