transmission down locally

This commit is contained in:
Nemo 2017-11-05 18:57:22 +05:30
parent 59d2a40c0e
commit 4bd6803075
1 changed files with 7 additions and 1 deletions

View File

@ -36,6 +36,12 @@ resource docker_container "transmission" {
name = "transmission"
image = "${docker_image.transmission.latest}"
ports {
internal = 9091
external = 9091
ip = "192.168.1.111"
}
ports {
internal = 9091
external = 9091
@ -248,4 +254,4 @@ resource "docker_container" "traefik" {
host_path = "/var/run/docker.sock"
container_path = "/var/run/docker.sock"
}
}
}