Skip to content

Commit

Permalink
🔧 Change config directory from .config to .local
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsoha authored Sep 3, 2023
1 parent 913fc30 commit ee3e355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ brew services start code-server
# outside the container.
mkdir -p ~/.config
docker run -it --name code-server -p 127.0.0.1:8080:8080 \
-v "$HOME/.config:/home/coder/.config" \
-v "$HOME/.local:/home/coder/.local" \
-v "$PWD:/home/coder/project" \
-u "$(id -u):$(id -g)" \
-e "DOCKER_USER=$USER" \
Expand Down

0 comments on commit ee3e355

Please sign in to comment.