Skip to content

Commit

Permalink
Fix force_pull in nomad job template
Browse files Browse the repository at this point in the history
  • Loading branch information
floodcode committed Jul 8, 2024
1 parent fec1fc7 commit d6bc33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/deploy-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ job "depictor-live" {

task "depictor-nginx-task" {
driver = "docker"
force_pull = true

config {
image = "svforte/depictor:latest"
force_pull = true
ports = ["nginx-http"]
}

Expand Down

0 comments on commit d6bc33e

Please sign in to comment.