0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-30 22:34:01 -05:00

Update mysql Docker tag to v8.4.3

This commit is contained in:
renovate[bot] 2024-10-16 00:32:56 +00:00 committed by GitHub
parent 864e7b27e4
commit 74576bbd0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ name: ghost
services:
mysql:
image: mysql:8.0.35
image: mysql:8.4.3
container_name: ghost-mysql
# 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