mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #368] [BUG] [Errno 30] Read-only file system #244
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#244
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 @FallenLeave91 on GitHub (Jul 1, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/368
Describe the bug
With the latest version my container won´t start anymore. I get this error:
With benbusby/whoogle-search:0.5.4 everything works perfectly fine.
Deployment Method
runexecutableVersion of Whoogle Search
@s3rverro0m commented on GitHub (Jul 2, 2021):
I'm seeing the same exact issue after the last commit with Docker.
@SxthGear commented on GitHub (Jul 2, 2021):
Same issue here.
@clecle226 commented on GitHub (Jul 2, 2021):
while waiting for the bug to be resolved:
in docker-compose, replace:
to
@benbusby commented on GitHub (Jul 2, 2021):
Should be fixed now on the latest/beta Docker tags.
@s3rverro0m commented on GitHub (Jul 3, 2021):
@benbusby This is still not fixed for me. I even deleted the image and re-downloaded.
@FallenLeave91 commented on GitHub (Jul 3, 2021):
@r0arkin you have to edit the docker-compose.yml and remove the read only part.
@benbusby commented on GitHub (Jul 6, 2021):
@r0arkin have you pulled latest changes from the repo? The images themselves are only part of the solution -- docker-compose.yml also needs to be updated. If you did pull and are using the latest changes, let me know and I can help debug further.
@s3rverro0m commented on GitHub (Jul 6, 2021):
I ended up removing the read only flag as @FallenLeave91 suggested and that worked. I forgot to reply. Thanks for the help!