Skip to content

Question / Bug - Fresh Ubuntu 26.04 with Repository from Docker (Problems with Volumes in Docker-Compose.Yaml File) #13864

Description

@Unknown-Players

Hi everyone,

Maybe someone can help me.

I have an Ubuntu Server 26.04 LTS that I just installed yesterday, and I'm experiencing some strange behavior.

I installed Mailu, and that's fine so far.

Now, I read on Mailu's GitHub page that you can use the plugins you want with Roundcube if you do the following: Mailu/Mailu#545

Specifically, you're supposed to write a plugin directory and the config.inc.php file.

I know that this is exactly how it used to work.

volumes:

  • "/opt/appdata/mailu/webmail:/data"

  • "/opt/appdata/mailu/overrides/roundcube:/overrides:ro"

  • "./webmail/config.inc.php:/var/www/roundcube/config/config.inc.php"

Whether I specify the path like this or an absolute path makes absolutely no difference; it writes what would normally be a file as a directory. Regarding the plugin directory, it's created correctly, but then the content is empty. Normally, there are 30 or 40 subdirectories containing the plugins.

I checked to make sure the files were in the correct locations.

My question is whether this is a current bug because the entire server was reinstalled yesterday, so I'm ruling that out as the cause. I used the appropriate Docker repository for Ubuntu, (https://docs.docker.com/engine/install/ubuntu/) as recommended on the official website, and installed it exactly as instructed. Therefore, my question is: what's the problem, or how can I fix it? It seems to be a general mounting issue.

Thank you for your help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions