mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 23:16:44 +00:00
Updated to default to the latest (currently available on docker hub) 6.0
release candidate
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user