mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 16:45:59 +03:00
[GH-ISSUE #74] unable to open database file: /data/state.db on starting podman container #50
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GrassBlock1 on GitHub (Sep 27, 2024).
Original GitHub issue: https://github.com/matze/wastebin/issues/74
Hello.
I built a podman image with
podman buildto run wastebin on a arm64 machine with no errors, and wrote acompose.yml:But when I tried to run the container with
podman-composeit shows the following error:Error: sqlite error: unable to open database file: /data/state.dband I tried solution within #56 but still get this error and nothing appears in my

datafolder:I don't know how this happened so I need some help. Thanks in advance.
@NemoDacremont commented on GitHub (Feb 28, 2025):
Did you find a solution ? I am currently running the application in memory.