Fix ender redeploying itself.
This commit is contained in:
parent
435910e560
commit
5d77766197
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ resource "scratch_string" "arse" {
|
|||
}
|
||||
|
||||
resource "docker_container" "ender5plus" {
|
||||
image = "${docker_image.octoprint.name}:latest"
|
||||
#image = docker_image.octoprint.image_id
|
||||
image = docker_image.octoprint.image_id
|
||||
provider = docker.printi
|
||||
name = "ender5plus"
|
||||
env = [
|
||||
|
|
Reference in a new issue