Updated missed v6 docker image update

This will only have an effect when the version isn't set in the .env file and we have it in the .env.example but did still need updating as the fallback.
This commit is contained in:
Joe Grigg
2025-07-31 17:30:39 +01:00
committed by Joe Grigg
parent 7c1f9f39f9
commit 3923cf81cb

View File

@@ -143,7 +143,7 @@ services:
tinybird-sync:
# Do not alter this without updating the Ghost container as well
image: ghost:${GHOST_VERSION:-5-alpine}
image: ghost:${GHOST_VERSION:-6.0.0-rc.0-alpine}
command: >
sh -c "
if [ -d /var/lib/ghost/current/core/server/data/tinybird ]; then