From 41738ad028a3c20d4e47c6b7266707fe1894cd72 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Tue, 5 Nov 2024 10:32:36 +0000 Subject: [PATCH] Use a locally built wordpress image. --- services/wordpress.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/wordpress.hcl b/services/wordpress.hcl index 9edf015..22939af 100644 --- a/services/wordpress.hcl +++ b/services/wordpress.hcl @@ -17,7 +17,7 @@ job "wordpress" { user = "237" config { - image = "wordpress:latest" + image = "gitea.v.paler.net/ppetru/wordpress" ports = ["http"] volumes = [ "/data/sync/wordpress:/var/www/html",