Skip to content

Commit

Permalink
Readme: clarified debug flavor origin
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch authored Dec 10, 2024
1 parent 7f53d7b commit 6857bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We're providing different image flavors:
- [`min`] PHP image for FPM and CLI with minimum requirements (e.g. `php8.2-min-latest`)
- [`default`] PHP image for FPM and CLI incl. all optional dependencies (e.g. `php8.2-latest` or `php8.2-default-latest`)
- [`max`] PHP image for FPM and CLI incl. all optional dependencies and additional extensions and software (e.g. `php8.2-max-latest`)
- [`debug`] PHP debug image based on PHP image above, including preconfigured Xdebug for FPM and CLI (e.g. `php8.2-debug-latest`)
- [`debug`] PHP debug image based on the `default` flavor, including preconfigured Xdebug for FPM and CLI (e.g. `php8.2-debug-latest`)
- [`supervisord`] Supervisord image based on PHP image above, for cron & queue processing (e.g. `php8.2-supervisord-latest`)

## Versioning
Expand Down Expand Up @@ -72,4 +72,4 @@ Same as PHP images, but using `-supervisor` after the PHP version:
php8.2-supervisor-latest
php8.2-supervisor-v3
...
```
```

0 comments on commit 6857bfc

Please sign in to comment.