Fix wordpress port

This commit is contained in:
Nemo 2019-09-21 06:02:16 +05:30
parent d4370f2b56
commit 42ab949caf
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ resource "docker_container" "wp" {
}
ports {
internal = 8080
internal = 80
external = 8213
ip = "10.8.0.1"
}