This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
issues with sqlite driver on the docker image #1
Comments
I think you need to do sqlite3 for the schema. Try that and let me know if it works. |
I'm not sure how would I do that within the container. Do I need to build the image myself? |
You should be able to do it in the environment variable. |
ok that actually did something but it's now broken in different ways 😅 I'm doing echo "hello" | curl -F"file=@-" "http://<host>:4633" and I get the message:
|
etra0
added a commit
to etra0/paste69
that referenced
this issue
Sep 18, 2024
From the crecto spec, they use INTEGER NOT NULL for the id, and this change fixes watzon#1.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I'm trying to use the docker image (with docker-compose) to run the project, when I start it I get the following message:
And it starts correctly, but as soon as I try to use it, the sqlite error bites back:
do I need a specific configuration that I'm missing? the docker-compose is fairly simple:
The text was updated successfully, but these errors were encountered: