remove readonly on gitconfig

This commit is contained in:
Daniel Roth 2026-05-06 13:49:40 +00:00
parent 30848ce3a2
commit f8bbb19b07

View file

@ -12,7 +12,7 @@ services:
- "3000:3000"
volumes:
- ..:/workspaces/assessment-model
- ~/.gitconfig:/home/vscode/.gitconfig:ro
- ~/.gitconfig:/home/vscode/.gitconfig
# GitHub CLI auth from host (created by `gh auth login`). Used by the
# postCreate skill installer to clone private Hestia-Homes repos.
- ~/.config/gh:/home/vscode/.config/gh:ro