Skip to content

Commit 76499fa

Browse files
committed
Mount EBS volume on /var/tmp
1 parent 3bb7866 commit 76499fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/applications/pycon_backend/worker_heavy_processing.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resource "aws_ecs_task_definition" "heavy_processing_worker" {
3434

3535
mountPoints = [
3636
{
37-
"containerPath" = "/tmp"
37+
"containerPath" = "/var/tmp"
3838
"sourceVolume" = "storage"
3939
"readOnly" = false
4040
}

0 commit comments

Comments
 (0)