Skip to content

Commit

Permalink
Remove user and pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Mar 26, 2024
1 parent bbea8da commit 21c6d6c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,10 @@ services:
tty: true
stdin_open: true
network_mode: host
user: "1000"
environment:
- USER=${GITHUB_USER:-$USER}
- HOME=/home/${GITHUB_USER:-$USER}
- NAME=${GIT_COMMITTER_NAME:-$NAME}
- EMAIL=${GIT_COMMITTER_EMAIL:-$EMAIL}
- SHELL=/usr/local/bin/nu
- DOCKER_HOST=localhost:2375
volumes:
- $PWD:$PWD
- $HOME/.ssh:/home/vscode/.ssh
- $HOME/.config/gh:/home/vscode/.config/gh
- $HOME/.config/gcloud:/home/vscode/.config/gcloud
- $HOME/.config/git/config:/home/vscode/.config/git/config
working_dir: $PWD

0 comments on commit 21c6d6c

Please sign in to comment.