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