Problem/Motivation

DDEV's global config is not currently persistent, so if a user makes changes to the global configuration and then later starts the project, any global configuration originally done by DDEV or by the user will be lost.

Proposed resolution

Set XDG_CONFIG_HOME:

```
ENV XDG_CONFIG_HOME=/workspace/.config
```

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork drupalpod-3474575

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

  • main Comparechanges, plain diff MR !6

Comments

rfay created an issue.