mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
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#392
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 @nakoo on GitHub (Jan 22, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/622
Describe the bug
A clear and concise description of what the bug is.
Latest commit (ecb4277) completely breaks the docker-compose build.
Can you PLEASE test your code before submitting the PR?
I'm using the same
docker-compose.ymltemplete with reverse proxy.Deployment Method
runexecutableVersion of Whoogle Search
Additional context
Add any other context about the problem here.
@nakoo commented on GitHub (Jan 22, 2022):
We really need good CI/CD to prevent this kind of issue. Current CI/CD only tested on Python, not Docker.
@Unrepentant-Atheist commented on GitHub (Jan 22, 2022):
Yep, can cofirm. All I'm getting is
@myogui commented on GitHub (Jan 24, 2022):
I've commented out the
user: '102'line and thetmpfsblock in the docker-compose file and container starts now. But I don't know if causes other side effects.@dr460nf1r3 commented on GitHub (Jan 24, 2022):
I fixed this by mapping the folder to a local dir and chowning to 927:927 (whoogle). For some reason these files were owned by root in the container.
@s3rverro0m commented on GitHub (Jan 24, 2022):
I fixed this issue by changing
user=102touser=whoogleand tmpfs uid/gid from 102 to 927.Hope this helps!