mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #95] Add volume mount for docker example #64
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#64
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 @liayn on GitHub (Apr 20, 2023).
Original GitHub issue: https://github.com/axllent/mailpit/issues/95
The example to run the docker image is incomplete when it comes to authentication.
Currently the example reads like this:
But it lacks any means to actually provide the referenced
/mailpit/authfileinside the container.I think it should be extended to:
(or something similar)
@axllent commented on GitHub (Apr 20, 2023):
You're absolutely right! Thanks, I've updated the wiki. Thank you.