From 622ce66c78bb4c4dab76707a678b122b83bf5cfc Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sat, 29 Jun 2024 17:18:30 -0500 Subject: [PATCH] Add docker to README FAQ --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 105acd18..8383a8c1 100644 --- a/README.md +++ b/README.md @@ -246,3 +246,6 @@ FAQ #### Why are large, multi-photo uploads not finishing? > The default timeout for processing multiple uploads is 60 seconds (the limit for Hobby accounts). This can be extended to 5 minutes on Pro accounts by setting `maxDuration = 300` in `src/app/admin/uploads/page.tsx`. + +#### Can this template run in a docker image? +> Possibly. See [Issue #116](https://github.com/sambecker/exif-photo-blog/issues/116) for an attempted solution.