Skip to content

Commit 9593255

Browse files
committed
fix: 컨테이너 포트와 호스트 포트 동일하게 수정
1 parent 33537e1 commit 9593255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/dev/terraform.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ecs_task_definitions_base = {
2828
port_mappings = [
2929
{
3030
container_port = 8080,
31-
host_port = 0,
31+
host_port = 8080,
3232
protocol = "tcp"
3333
}
3434
]

0 commit comments

Comments
 (0)