chore(dev): do not bind mount ~/.gitconfig

This commit is contained in:
Quentin McGaw
2023-04-27 10:22:53 +00:00
parent 67bd1171ae
commit e165bb6870

View File

@@ -18,8 +18,6 @@ services:
- ~/.ssh:/mnt/ssh - ~/.ssh:/mnt/ssh
# Shell history persistence # Shell history persistence
- ~/.zsh_history:/root/.zsh_history - ~/.zsh_history:/root/.zsh_history
# Git config
- ~/.gitconfig:/root/.gitconfig
environment: environment:
- TZ= - TZ=
cap_add: cap_add: