Skip to content

Commit

Permalink
feat(devcontainers): Change volume name to better reflect its use.
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Munnich <[email protected]>
  • Loading branch information
Pauiii and Nick-Munnich committed Oct 15, 2024
1 parent 37f48ac commit df522bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"mounts": [
"type=volume,source=zmk-root-user,target=/root",
"type=volume,source=zmk-config,target=/workspaces/zmk-config",
"type=volume,source=zmk-module,target=/workspaces/zmk-module",
"type=volume,source=zmk-modules,target=/workspaces/zmk-modules",
"type=volume,source=zmk-zephyr,target=${containerWorkspaceFolder}/zephyr",
"type=volume,source=zmk-zephyr-modules,target=${containerWorkspaceFolder}/modules",
"type=volume,source=zmk-zephyr-tools,target=${containerWorkspaceFolder}/tools"
Expand Down

0 comments on commit df522bd

Please sign in to comment.