mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #606] [QUESTION] Why is /config mounted while not using it? #386
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#386
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 @Akruidenberg on GitHub (Jan 6, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/606
I have a unnamed volume for the /config mount. However, because I'm using tmpfs, the volume is not used. Every time i recreate the container, the volume is recreated. How to remove this volume permanently?
@benbusby commented on GitHub (Jan 11, 2022):
You'd need to remove the following lines from the Dockerfile before recreating the container:
github.com/benbusby/whoogle-search@31f4c00aee/Dockerfile (L20-L22)@simonmcnair commented on GitHub (Jan 16, 2023):
Odd question but this happens in your uploaded docker image. is this a bug or a feature please ? I would have expected, as you had defined tmpfs in the example dockercomposefile that no docker volumes would be created.