Skip to content

Commit 1832a83

Browse files
authored
docs(codespaces): persist global config on codespaces, for ddev/ddev#6228 (#491)
1 parent c2f4e55 commit 1832a83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/quickstart/Cloud.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ const { latestVersion } = Astro.props
3838
"version": "latest"
3939
},
4040
"ghcr.io/ddev/ddev/install-ddev:latest": {}
41+
},
42+
"containerEnv": {
43+
"XDG_CONFIG_HOME": "/workspaces/.config"
4144
}
4245
}
4346
`}

0 commit comments

Comments
 (0)