Compare commits

..
Author SHA1 Message Date
Renovate Bot ba91cd4306 chore(deps): update mysql docker tag to v9 2026-04-23 12:35:09 +00:00
+2 -2
View File
@@ -1,6 +1,6 @@
services: services:
app: app:
image: ghost:6.42.0-alpine image: ghost:6.21.2-alpine
environment: environment:
# see https://ghost.org/docs/config/#configuration-options # see https://ghost.org/docs/config/#configuration-options
database__client: mysql database__client: mysql
@@ -60,7 +60,7 @@ services:
start_period: 1m start_period: 1m
db: db:
image: mysql:8.0 image: mysql:9.7
networks: networks:
- backend - backend
environment: environment: