Skip to content

Commit 65c80db

Browse files
committed
Change request cache dir in dockerfile
1 parent 52259f4 commit 65c80db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ENV GRAMPSWEB_MEDIA_BASE_DIR=/app/media
4949
ENV GRAMPSWEB_SEARCH_INDEX_DB_URI=sqlite:////app/indexdir/search_index.db
5050
ENV GRAMPSWEB_STATIC_PATH=/app/static
5151
ENV GRAMPSWEB_THUMBNAIL_CACHE_CONFIG__CACHE_DIR=/app/thumbnail_cache
52-
ENV GRAMPSWEB_REQUEST_CACHE_CONFIG__CACHE_DIR=/app/request_cache
52+
ENV GRAMPSWEB_REQUEST_CACHE_CONFIG__CACHE_DIR=/app/cache/request_cache
5353
ENV GRAMPSWEB_PERSISTENT_CACHE_CONFIG__CACHE_DIR=/app/persistent_cache
5454
ENV GRAMPSWEB_REPORT_DIR=/app/cache/reports
5555
ENV GRAMPSWEB_EXPORT_DIR=/app/cache/export

0 commit comments

Comments
 (0)