Update to kreuzwerker/docker:3.0.2 and the latest terraform
This commit is contained in:
@@ -8,7 +8,7 @@ resource "docker_image" "home-assistant" {
|
||||
}
|
||||
|
||||
resource "docker_container" "home-assistant" {
|
||||
image = docker_image.home-assistant.latest
|
||||
image = docker_image.home-assistant.image_id
|
||||
name = "home-assistant"
|
||||
hostname = "hass"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user