@@ -107,9 +107,9 @@ Common configuration options:
107
107
108
108
| Variable | Description | Default (Dev) | Default (Prod) |
109
109
| --------------------| ------------------------------------| ------------------| ------------------|
110
- | PHP_VERSION | PHP version to use | 8.2 | 8.2 |
110
+ | PHP_VERSION | PHP version to use | 8.3 | 8.3 |
111
111
| PHP_TARGET | PHP image target | dev | base |
112
- | MYSQL_VERSION | MySQL version | 8.0 | 8.0 |
112
+ | MYSQL_VERSION | MySQL version | 9.2 | 9.2 |
113
113
| PHP_DISPLAY_ERRORS | Show PHP errors | 1 | 0 |
114
114
| PHP_MEMORY_LIMIT | PHP memory limit | 256M | 128M |
115
115
| XDEBUG_ENABLED | Enable Xdebug | 1 | 0 |
@@ -282,10 +282,10 @@ With this setup, you'll have a powerful debugging environment that helps you ide
282
282
│ ├── php/ # PHP configuration
283
283
│ └── ssl/ # SSL certificates
284
284
├── web/ # Web root directory
285
- │ ├ ── app/ # Application code
286
- │ │ ├── src / # Source code
287
- │ │ └ ── test / # Test code
288
- │ └── public / # Public files
285
+ │ └ ── app/ # Application code
286
+ │ ├── public / # Public files
287
+ │ ├ ── src / # Source files
288
+ │ └── tests / # Test code
289
289
├── .env.dev # Development environment variables
290
290
├── .env.prod # Production environment variables
291
291
├── docker-compose.yml # Docker Compose configuration
0 commit comments