Skip to content

Commit 8a1df31

Browse files
authored
Merge pull request #44 from ctvedt/ctvedt-patch-1
Update main.tf
2 parents 4176fee + 882502d commit 8a1df31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ resource "docker_container" "nginx_two" {
3333
name = "nginx2"
3434
ports {
3535
internal = 80
36-
external = 8021
36+
external = 8022
3737
}
3838
}

0 commit comments

Comments
 (0)