mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update mysql Docker tag to v8.4.3
This commit is contained in:
parent
864e7b27e4
commit
74576bbd0e
1 changed files with 1 additions and 1 deletions
2
.github/scripts/docker-compose.yml
vendored
2
.github/scripts/docker-compose.yml
vendored
|
@ -2,7 +2,7 @@ name: ghost
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:8.0.35
|
image: mysql:8.4.3
|
||||||
container_name: ghost-mysql
|
container_name: ghost-mysql
|
||||||
# We'll need to look into how we can further fine tune the memory usage/performance here
|
# We'll need to look into how we can further fine tune the memory usage/performance here
|
||||||
command: --innodb-buffer-pool-size=1G --innodb-log-buffer-size=500M --innodb-change-buffer-max-size=50 --innodb-flush-log-at-trx_commit=0 --innodb-flush-method=O_DIRECT
|
command: --innodb-buffer-pool-size=1G --innodb-log-buffer-size=500M --innodb-change-buffer-max-size=50 --innodb-flush-log-at-trx_commit=0 --innodb-flush-method=O_DIRECT
|
||||||
|
|
Loading…
Reference in a new issue