Skip to content

Commit

Permalink
Merge pull request #73 from star3am/bug/codespace-error-var-lib-docke…
Browse files Browse the repository at this point in the history
…r-mount

Bug/codespace error var lib docker mount
  • Loading branch information
star3am authored Sep 20, 2024
2 parents 173c6e5 + 0853718 commit d576347
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ services:
volumes:
# Mounts the project folder into the container
- ".:/vagrant"
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
# Mount your ~/.ssh folder into the container
# for Authenticating to Github
- "~/.ssh:/home/ubuntu/.ssh"
# For GPG Auth to Github
- "~/.gnupg:/home/ubuntu/.gnupg"
# - "~/.ssh:/home/ubuntu/.ssh"
# # For GPG Auth to Github
# - "~/.gnupg:/home/ubuntu/.gnupg"
# Add your .aws or .azure or .kube directories here
# - "$AZURE_CONFIG_DIR:/home/ubuntu/.azure"
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
working_dir: "/vagrant"
environment:
- ARCH
Expand Down

0 comments on commit d576347

Please sign in to comment.