소스 검색

Update docker env, fix config_cache. Fixes #5033

Daniel Supernault 1 년 전
부모
커밋
858fcbf606
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      .env.docker

+ 9 - 0
.env.docker

@@ -60,6 +60,15 @@ ADMIN_DOMAIN="${APP_DOMAIN}"
 # @dottie/validate required,boolean
 #APP_DEBUG="false"
 
+# Disable config cache
+#
+# If disabled, settings must be managed by .env variables.
+#
+# @default "false"
+# @see https://docs.pixelfed.org/technical-documentation/config/#config_cache
+# @dottie/validate required,boolean
+ENABLE_CONFIG_CACHE="false"
+
 # Enable/disable new local account registrations.
 #
 # @default "true"