Skip to content

Commit

Permalink
Merge pull request #44 from ctvedt/ctvedt-patch-1
Browse files Browse the repository at this point in the history
Update main.tf
  • Loading branch information
ctvedt authored Aug 10, 2023
2 parents 4176fee + 882502d commit 8a1df31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ resource "docker_container" "nginx_two" {
name = "nginx2"
ports {
internal = 80
external = 8021
external = 8022
}
}

0 comments on commit 8a1df31

Please sign in to comment.