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