starlark to the rescue?

This commit is contained in:
2024-10-29 10:36:00 +01:00
parent 4cd1e9ebd4
commit 7041a58df9
6 changed files with 34 additions and 24 deletions

View File

@@ -35,7 +35,7 @@ job "homer" {
driver = "podman"
config {
image = "b4bz/homer:latest"
image = "docker.io/b4bz/homer:latest"
ports = ["http"]
}