Compare commits

..
Author SHA1 Message Date
Renovate Bot 8d91bf670c chore(deps): update mysql docker tag to v8.4 2026-03-27 05:40:08 +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:8.4
networks: networks:
- backend - backend
environment: environment: