Update to kreuzwerker/docker:3.0.2 and the latest terraform
This commit is contained in:
@@ -4,7 +4,7 @@ resource "docker_image" "youless-exporter" {
|
||||
}
|
||||
|
||||
resource "docker_container" "youless-exporter" {
|
||||
image = docker_image.youless-exporter.latest
|
||||
image = docker_image.youless-exporter.image_id
|
||||
name = "youless-exporter"
|
||||
|
||||
restart = "always"
|
||||
|
||||
Reference in New Issue
Block a user