diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index 8c731af24d51..db5342e7a2dc 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -26,15 +26,15 @@ services: # On Linux and OSX, a symlink /mnt/ssh <-> ~/.ssh is # created in the container. On Windows, files are copied # from /mnt/ssh to ~/.ssh to fix permissions. - #- type: bind - # source: "~/.ssh" - # target: /mnt/ssh + - type: bind + source: "~/.ssh" + target: /mnt/ssh # Shell history persistence #- ~/.zsh_history:/root/.zsh_history # Git config - #- type: bind - # source: "~/.gitconfig" - # target: /root/.gitconfig + - type: bind + source: "~/.gitconfig" + target: /root/.gitconfig environment: - TZ= # Needed for debugging