Replies: 2 comments 1 reply
-
|
It is difficult to help as it is unclear what is going wrong. Furthermore, I would not recommend running with sqlite database if you are using docker compose, pgsql is a significantly better choice. |
Beta Was this translation helpful? Give feedback.
-
|
Another version of docker-compose file, but for hosting on raspberry pi apparently, works in terms of running, but cannot upload, or my uploads doesn't show.. here it is..
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to run lychee with sqlite database.
After making
docker-compose.ymlcointaining this i also copied the .env file but keep getting same error:exec /usr/local/bin/docker-entrypoint.sh: operation not permittedI manually did the
chown -R <user>:<group> .thing, took the ownership, because it wasroot, and nothing changed.. still cannot get the install to run..I'm trying to run it via docker-compose
Beta Was this translation helpful? Give feedback.
All reactions