Skip to content

Commit 8bd14ea

Browse files
committed
fix: prod 환경 컨테이너 포트 수정
1 parent 613c3f0 commit 8bd14ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/prod/terraform.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ecs_task_definitions_base = {
2121
memory = 1024
2222
network_mode = "host"
2323
container_port = [8080]
24-
host_port = [0]
24+
host_port = [8080]
2525
log_group = "/ecs/eatda-api"
2626
environment = {}
2727
volumes = [

0 commit comments

Comments
 (0)