Skip to content

Suggestion: Allow mounting only one host directory for persistence (Config/World/Logs) #174

@mandreamorim

Description

@mandreamorim

Currently, the image distributes persistence across multiple volumes (/config, /worlds, /logs, etc.), which can make organization on the host difficult.

My suggestion is to offer a variant (or option via environment variable) that uses only one user-mounted directory, for example, /data, and organize the structure within it:

/data
├── Config/ → configs (serverconfig.txt, etc.)
├── World/ → arquivos .wld
└── Log/ → logs do servidor

This would simplify management, facilitate backups, and prevent the creation of anonymous volumes when the user forgets to map all the necessary paths. The idea would be for the container to work the same way, but with all persistence centralized in a single user-defined folder.

Unfortunately, I don't have the technical expertise to make such an adjustment, but here's a suggestion in case anyone is thinking of something to contribute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions