mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #1304] [BUG] Outdated roundcube mounts #454
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#454
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 @hungrymonkey on GitHub (Sep 26, 2025).
Original GitHub issue: https://github.com/lldap/lldap/issues/1304
Describe the bug
Code bind mounts will cause various errors. Breaks serving static files.
https://github.com/roundcube/roundcubemail-docker/issues/337
This bind mount is outdated. We should replace it with
https://github.com/lldap/lldap/blob/main/example_configs/mailserver.md?plain=1#L81
To Reproduce
Steps to reproduce the behavior:
Expected behavior
roundcube loads.
Logs
Additional context
roundcube/roundcubemail latest a029fbab4009 4 days ago 726MB
Tested on the latest roundcube mail.
@nitnelave commented on GitHub (Sep 26, 2025):
Thanks for the issue! Do you want to send a PR to correct the docs?
@hungrymonkey commented on GitHub (Sep 27, 2025):
I found two issues.