Active
Project:
DrupalPod
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
15 Sep 2024 at 21:47 UTC
Updated:
15 Sep 2024 at 22:22 UTC
Jump to comment: Most recent
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
```
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:
Comments