mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
fix(examples/templates/docker): persist /home/coder instead of /home/${local.user} (#16189)
Fix for #16188
This commit is contained in:
@@ -195,7 +195,7 @@ resource "docker_container" "workspace" {
|
||||
ip = "host-gateway"
|
||||
}
|
||||
volumes {
|
||||
container_path = "/home/${local.username}"
|
||||
container_path = "/home/coder"
|
||||
volume_name = docker_volume.home_volume.name
|
||||
read_only = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user