mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-01 15:20:29 +00:00
fix sqlite busy errors
This commit is contained in:
parent
93f9a40fc0
commit
f72bb31b3e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ FROM alpine:latest
|
|||
|
||||
ENV HBOX_MODE=production
|
||||
ENV HBOX_STORAGE_DATA=/data/
|
||||
ENV HBOX_STORAGE_SQLITE_URL=/data/homebox.db?_fk=1
|
||||
ENV HBOX_STORAGE_SQLITE_URL=/data/homebox.db?_pragma=busy_timeout=2000&_pragma=journal_mode=WAL&_fk=1
|
||||
|
||||
RUN apk --no-cache add ca-certificates
|
||||
RUN mkdir /app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue