Update to kreuzwerker/docker:3.0.2 and the latest terraform
This commit is contained in:
@@ -12,7 +12,7 @@ resource "docker_network" "smokeping" {
|
||||
}
|
||||
|
||||
resource "docker_container" "smokeping" {
|
||||
image = docker_image.smokeping.latest
|
||||
image = docker_image.smokeping.image_id
|
||||
name = "smokeping"
|
||||
env = [
|
||||
"TZ=Europe/Amsterdam"
|
||||
|
||||
Reference in New Issue
Block a user