Commit a281c38
fix(docker): fix MySQL config not applied, wrong SMTP port, duplicate memory_limit
- docker/mysql/Dockerfile: add COPY mysql.conf /etc/mysql/conf.d/custom.cnf so
innodb_use_native_aio=0 is actually applied (was silently ignored before)
- docker/app/php/custom.ini: remove duplicate memory_limit = 64M directive
(was immediately overridden by the memory_limit = 512M line below it)
- packages/skeleton/app/.env.docker: fix SMTP_PORT from 2025 to 1025 (Mailpit's
actual SMTP port); remove unused DB_ROOT_PASSWORD and ROOT_PASSWORD; set UF_MODE=debug
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4a1636b commit a281c38
2 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | | - | |
| 17 | + | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| |||
0 commit comments