Skip to content

Commit 6c90ce9

Browse files
committed
Merge branch 'next' of https://github.com/devforth/adminforth into next
2 parents 269e985 + 28db673 commit 6c90ce9

File tree

1 file changed

+0
-8
lines changed
  • adminforth/documentation/blog/2025-02-19-compose-aws-ec2-ecr-terraform-github-actions

1 file changed

+0
-8
lines changed

adminforth/documentation/blog/2025-02-19-compose-aws-ec2-ecr-terraform-github-actions/index.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -294,14 +294,6 @@ resource "aws_security_group" "instance_sg" {
294294
cidr_blocks = ["0.0.0.0/0"]
295295
}
296296
297-
ingress {
298-
description = "Allow Docker registry"
299-
from_port = 5000
300-
to_port = 5000
301-
protocol = "tcp"
302-
cidr_blocks = ["0.0.0.0/0"]
303-
}
304-
305297
# SSH
306298
ingress {
307299
description = "Allow SSH"

0 commit comments

Comments
 (0)