Try updating dns for smokeping
Fix home assistant
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
data "docker_registry_image" "home-assistant" {
|
||||
name = "homeassistant/home-assistant"
|
||||
name = "homeassistant/home-assistant:latest"
|
||||
}
|
||||
|
||||
resource "docker_image" "home-assistant" {
|
||||
|
||||
@@ -37,6 +37,8 @@ resource "docker_container" "smokeping" {
|
||||
ipv4_address = "192.168.2.126"
|
||||
}
|
||||
|
||||
dns = ["172.20.0.0"]
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
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