Ghost 6.0 update

This commit is contained in:
Joe Grigg
2025-08-04 14:39:14 +01:00
committed by Joe Grigg
parent 94dbcd2ed5
commit 5568b07750
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
DOMAIN=example.com
# Ghost Admin domain
# If you have Ghost Admin setup on a separate domain uncomment the line below and add the domain
# If you have Ghost Admin setup on a separate domain uncomment the line below and add the domain
# You also need to uncomment the corresponding block in your Caddyfile
# ADMIN_DOMAIN=
@@ -41,10 +41,10 @@ mail__options__auth__pass=1234567890
# Advanced customizations
# Force Ghost version
# Force Ghost version
# You should only do this if you need to pin a specific version
# The update commands won't work
# GHOST_VERSION=6.0.0-rc.2-alpine
# GHOST_VERSION=6-alpine
# Port Ghost should listen on
# You should only need to edit this if you want to host

View File

@@ -22,7 +22,7 @@ services:
ghost:
# Do not alter this without updating the Tinybird Sync container as well
image: ghost:${GHOST_VERSION:-6.0.0-rc.2-alpine}
image: ghost:${GHOST_VERSION:-6-alpine}
restart: always
expose:
- "127.0.0.1:${GHOST_PORT:-2368}:2368"
@@ -146,7 +146,7 @@ services:
tinybird-sync:
# Do not alter this without updating the Ghost container as well
image: ghost:${GHOST_VERSION:-6.0.0-rc.2-alpine}
image: ghost:${GHOST_VERSION:-6-alpine}
command: >
sh -c "
if [ -d /var/lib/ghost/current/core/server/data/tinybird ]; then