Skip to content

Commit f32a2b8

Browse files
committed
chore: 프로메테우스, 그라파나 hostport 변경
1 parent 0c1da92 commit f32a2b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

task-definition-dev.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"portMappings": [
7373
{
7474
"containerPort": 9090,
75-
"hostPort": 9090,
75+
"hostPort": 0,
7676
"protocol": "tcp"
7777
}
7878
],
@@ -95,7 +95,7 @@
9595
"portMappings": [
9696
{
9797
"containerPort": 3000,
98-
"hostPort": 3000,
98+
"hostPort": 0,
9999
"protocol": "tcp"
100100
}
101101
],

0 commit comments

Comments
 (0)