mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #68] Fix docker repo at ReadMe.md line 136 #47
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#47
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 @esturniolo on GitHub (May 22, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/68
docker run --publish 5000:5000 --detach --name whoogle-search whoogle-search:latestdoesn't work.You should add the full image name
docker run --publish 5000:5000 --detach --name whoogle-search benbusby/whoogle-search:latestI couldn't do a PR.
@benbusby commented on GitHub (May 22, 2020):
In the future you can do PRs by forking this repo, making the changes to your fork, and then requesting to merge your forked repo into the master branch of whoogle-search.
That being said, I just pushed a fix for this. Thanks for bringing that to my attention!