Try updating dns for smokeping

Fix home assistant
This commit is contained in:
Marc Fokkert
2024-03-14 12:03:43 +01:00
parent abdfb084e9
commit 6b2855fb16
4 changed files with 3439 additions and 555 deletions

View File

@@ -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" {

View File

@@ -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