chore(e2e): Use boundary directory to avoid permission issues

pull/6253/head
Michael Li 5 months ago
parent be57be6631
commit 00f9a2b37e

@ -72,7 +72,7 @@ resource "docker_image" "boundary" {
}
locals {
recording_storage_path = "/recordings"
recording_storage_path = "/boundary/recordings"
port_ops = var.port + 1
}

Loading…
Cancel
Save