Skip to content

Add ENV XDG_CONFIG_HOME=/workspace/.config so DDEV global config persists

Randy Fay requested to merge issue/drupalpod-3474575:main into main

This does nothing besides setting the supported XDG_CONFIG_HOME so DDEV's global config goes into a persistent location.

Test by pushing the new image, starting a drupalpod project, doing ddev version | grep global-ddev-dir to see where the config is stored (should end up in /workspace/.config/ddev)

Merge request reports

Loading