Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Omega359 authored Mar 6, 2025
1 parent 3b458e6 commit ee7140c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee7140c

Please sign in to comment.