mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #625] [BUG] Cannot start service whoogle-search #395
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#395
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 @alefvanoon on GitHub (Jan 26, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/625
Describe the bug
ERROR: for whoogle-search Cannot start service whoogle-search: unable to find user whoogle: no matching entries in passwd file
Deployed on Gnu/Linux with docker-compose
To Reproduce
sudo docker-compose up
Deployment Method
runexecutableVersion of Whoogle Search
@benbusby commented on GitHub (Jan 26, 2022):
Are you using an image tag other than
latestin docker-compose? The recent changes to docker-compose use a newwhoogleuser (instead of root or debian-tor), but that user is only available in thelatestdocker tag. You could also try removing your previous whoogle image and rebuilding.@alefvanoon commented on GitHub (Jan 26, 2022):
Oh, thanks.
Fixed after removing old image with
docker image rm benbusby/whoogle-search:latest