From e5e5fe40f20686c8b94fb0239e2e42c179659aed Mon Sep 17 00:00:00 2001 From: Kieran Cutting Date: Tue, 12 Jul 2022 10:12:50 +0100 Subject: [PATCH] Update Ghost to 5.2.4 --- compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index c160754..9d4657d 100644 --- a/compose.yml +++ b/compose.yml @@ -2,7 +2,7 @@ version: "3.8" services: app: - image: ghost:4-alpine + image: ghost:5-alpine environment: # see https://ghost.org/docs/config/#configuration-options database__client: mysql @@ -40,6 +40,7 @@ services: - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - "backupbot.backup=true" - "backupbot.backup.path=/var/lib/ghost/content" + - "coop-cloud.${STACK_NAME}.version=0.1.0+5.2.4" # healthcheck: # test: ["CMD", "curl", "-f", "http://localhost"] # interval: 30s