- Issue created by @rfay
- Merge request !6Add ENV XDG_CONFIG_HOME=/workspace/.config so DDEV global config persists β (Open) created by rfay
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.
Set XDG_CONFIG_HOME:
```
ENV XDG_CONFIG_HOME=/workspace/.config
```
Active
Code