Compare commits

..

1 Commits

Author SHA1 Message Date
ba91cd4306 chore(deps): update mysql docker tag to v9 2026-04-23 12:35:09 +00:00

View File

@ -1,6 +1,6 @@
services:
app:
image: ghost:6.42.0-alpine
image: ghost:6.21.2-alpine
environment:
# see https://ghost.org/docs/config/#configuration-options
database__client: mysql
@ -60,7 +60,7 @@ services:
start_period: 1m
db:
image: mysql:8.0
image: mysql:9.7
networks:
- backend
environment: