mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 15:09:34 +00:00
Removed developer experiments configuration
Developer experiments used to be required in v5 but as we've switched to v6 they are no longer required to enable activitypub and traffic analytics.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
# Use the below flags to enable the Analytics or ActivityPub containers as well
|
||||
# Note: You must set ENABLE_DEVELOPER_EXPERIMENTS to `true` when enabling either profile below
|
||||
# COMPOSE_PROFILES=analytics,activitypub
|
||||
|
||||
# Which Ghost version to run
|
||||
@@ -23,10 +22,6 @@ DATABASE_PASSWORD=ghostpassword
|
||||
# multiple sites on the same server
|
||||
# GHOST_PORT=2368
|
||||
|
||||
# Developer Experiences must be enabled for
|
||||
# both Traffic Analytics and ActivityPub
|
||||
ENABLE_DEVELOPER_EXPERIMENTS=false
|
||||
|
||||
# ActivityPub
|
||||
# If you'd prefer to self-host ActivityPub yourself uncomment the below line
|
||||
# ACTIVITYPUB_TARGET=activitypub:8080
|
||||
|
||||
Reference in New Issue
Block a user