Updated to default to the latest (currently available on docker hub) 6.0

release candidate
This commit is contained in:
Joe Grigg
2025-07-31 16:33:50 +01:00
parent 9ef8319d83
commit 9e7a3bf02a
2 changed files with 2 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
# COMPOSE_PROFILES=analytics,activitypub
# Which Ghost version to run
GHOST_VERSION=5-alpine
GHOST_VERSION=6.0.0-rc.0-alpine
# Public domain Ghost is going to run on
DOMAIN=example.com
@@ -27,11 +27,7 @@ DATABASE_PASSWORD=ghostpassword
# both Traffic Analytics and ActivityPub
ENABLE_DEVELOPER_EXPERIMENTS=false
# Developer Experiments must be enabled above
ENABLE_TRAFFIC_ANALYTICS=false
# ActivityPub
ENABLE_ACTIVITYPUB=false
# If you'd prefer to self-host ActivityPub yourself uncomment the below line
# ACTIVITYPUB_TARGET=activitypub:8080