Skip to content

Commit 25594b8

Browse files
authored
Update main.tf
Signed-off-by: Jason Schilling <chapterjason@users.noreply.github.com>
1 parent 352f8cf commit 25594b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ resource "docker_container" "workspace" {
503503
# default (10s) causes SIGKILL mid-flush, which corrupts the persistent
504504
# /var/lib/docker volume on the next start.
505505
stop_timeout = 120
506+
privileged = true
506507

507508
# PID 1 is /sbin/init (systemd). coder-agent.service (baked into the image)
508509
# execs /etc/coder/agent-init.sh, which this `upload` block provides.

0 commit comments

Comments
 (0)