We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52259f4 commit 65c80dbCopy full SHA for 65c80db
Dockerfile
@@ -49,7 +49,7 @@ ENV GRAMPSWEB_MEDIA_BASE_DIR=/app/media
49
ENV GRAMPSWEB_SEARCH_INDEX_DB_URI=sqlite:////app/indexdir/search_index.db
50
ENV GRAMPSWEB_STATIC_PATH=/app/static
51
ENV GRAMPSWEB_THUMBNAIL_CACHE_CONFIG__CACHE_DIR=/app/thumbnail_cache
52
-ENV GRAMPSWEB_REQUEST_CACHE_CONFIG__CACHE_DIR=/app/request_cache
+ENV GRAMPSWEB_REQUEST_CACHE_CONFIG__CACHE_DIR=/app/cache/request_cache
53
ENV GRAMPSWEB_PERSISTENT_CACHE_CONFIG__CACHE_DIR=/app/persistent_cache
54
ENV GRAMPSWEB_REPORT_DIR=/app/cache/reports
55
ENV GRAMPSWEB_EXPORT_DIR=/app/cache/export
0 commit comments