Skip to content

Commit 6a24565

Browse files
committed
explicit type
1 parent 47a2245 commit 6a24565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"mounts": [
7272
// Add a volume for the Coder home directory to persist shell history,
7373
// and speed up dotfiles init and/or personalization.
74-
"source=coder-coder-devcontainer-home,target=/home/coder",
74+
"source=coder-coder-devcontainer-home,target=/home/coder,type=volume",
7575
// Mount the entire home because conditional mounts are not supported.
7676
// See: https://github.com/devcontainers/spec/issues/132
7777
"source=${localEnv:HOME},target=/mnt/home/coder,type=bind,readonly"

0 commit comments

Comments
 (0)