Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit075269a

Browse files
authored
fix(examples/templates/docker): persist/home/coder instead of/home/${local.user} (#16190)
Backport of#16189, which is a fix for#16188
1 parenta5a7326 commit075269a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎examples/templates/docker/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ resource "docker_container" "workspace" {
184184
ip="host-gateway"
185185
}
186186
volumes {
187-
container_path="/home/${local.username}"
187+
container_path="/home/coder"
188188
volume_name=docker_volume.home_volume.name
189189
read_only=false
190190
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp