Skip to content

Commit 738a7f6

Browse files
authored
fix(examples/templates/docker): persist /home/coder instead of /home/${local.user} (#16189)
Fix for #16188
1 parent fbc2a73 commit 738a7f6

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
@@ -195,7 +195,7 @@ resource "docker_container" "workspace" {
195195
ip = "host-gateway"
196196
}
197197
volumes {
198-
container_path = "/home/${local.username}"
198+
container_path = "/home/coder"
199199
volume_name = docker_volume.home_volume.name
200200
read_only = false
201201
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy