Skip to content

Commit

Permalink
turn off readyonly for now in ecs client
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas authored Oct 2, 2024
1 parent b92a69d commit 308a01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ resource "aws_ecs_task_definition" "wfprev_client" {
container_definitions = jsonencode([
{
essential = true
readonlyRootFilesystem = true
readonlyRootFilesystem = false
name = var.client_container_name
image = var.CLIENT_IMAGE
cpu = var.WFPREV_CLIENT_CPU_UNITS
Expand Down

0 comments on commit 308a01e

Please sign in to comment.