Try updating dns for smokeping
Fix home assistant
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
data "docker_registry_image" "home-assistant" {
|
data "docker_registry_image" "home-assistant" {
|
||||||
name = "homeassistant/home-assistant"
|
name = "homeassistant/home-assistant:latest"
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "docker_image" "home-assistant" {
|
resource "docker_image" "home-assistant" {
|
||||||
|
|||||||
@@ -37,6 +37,8 @@ resource "docker_container" "smokeping" {
|
|||||||
ipv4_address = "192.168.2.126"
|
ipv4_address = "192.168.2.126"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dns = ["172.20.0.0"]
|
||||||
|
|
||||||
lifecycle {
|
lifecycle {
|
||||||
ignore_changes = [
|
ignore_changes = [
|
||||||
ulimit,
|
ulimit,
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user