Skip to content

Commit

Permalink
Use full docker.io address for promtail.
Browse files Browse the repository at this point in the history
It was failing because podman needs a full address, not a shortname.
  • Loading branch information
tpendragon committed Jan 13, 2025
1 parent 4890507 commit e66d9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/log-shipping.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ job "log-shipping" {
task "promtail" {
driver = "podman"
config {
image = "grafana/promtail:2.2.1"
image = "docker.io/grafana/promtail:2.2.1"
args = [
"-config.file",
"local/config.yaml",
Expand Down

0 comments on commit e66d9f3

Please sign in to comment.