Skip to content

Commit

Permalink
Migrate nginx-proxy image to new dependency location
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Oct 26, 2024
1 parent e58545c commit 6261514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/docker/proxy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
}

resource "docker_image" "proxy" {
name = "jwilder/nginx-proxy:1.6.3"
name = "nginx-proxy/nginx-proxy:1.6.3"
}

resource "docker_network" "proxy" {
Expand Down

0 comments on commit 6261514

Please sign in to comment.