Skip to content

Commit 9b8084c

Browse files
authored
Merge branch 'main' into db-client-config
2 parents f5ab23c + 08689b4 commit 9b8084c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/config.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,14 +368,13 @@ If your app has both MySQL and MariaDB services, auto-detection will prioritize
368368
:::
369369

370370
## Advanced Image Configuration
371-
372-
Starting with version 7 of our Docker images (eg devwithlando/php:8.3-fpm-7), we now use Debian 13 (trixie) as the base image. If you need to use the previous Debian 12-based images, you can set the `suffix` option to `6` to use those older image versions (eg devwithlando/php:8.3-fpm-6):
371+
Starting with version 6 of our Docker images (eg devwithlando/php:8.3-fpm-6), we now use Debian 13 (trixie) as the base image. If you need to use the previous Debian 12-based images, you can set the `suffix` option to `5` to use those older image versions (eg devwithlando/php:8.3-fpm-5):
373372

374373
```yaml
375374
services:
376375
myservice:
377376
type: php:8.3
378-
suffix: 6
377+
suffix: 5
379378
```
380379

381380
Most users will never need to modify this setting, as it's primarily useful when specific dependency versions from Debian 12 are required.

0 commit comments

Comments
 (0)