Switch prometheus port

This commit is contained in:
Nemo 2018-07-09 01:11:18 +05:30
parent 7e76f319a7
commit 1353fd2c61
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@ resource "docker_container" "prometheus" {
ports {
internal = 9090
external = 9090
external = 8811
ip = "${var.ips["eth0"]}"
}
ports {
internal = 9090
external = 9090
external = 8811
ip = "${var.ips["tun0"]}"
}