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