Use a locally built wordpress image.

This commit is contained in:
2024-11-05 10:32:36 +00:00
parent 5de59b9b2e
commit 41738ad028

View File

@@ -17,7 +17,7 @@ job "wordpress" {
user = "237" user = "237"
config { config {
image = "wordpress:latest" image = "gitea.v.paler.net/ppetru/wordpress"
ports = ["http"] ports = ["http"]
volumes = [ volumes = [
"/data/sync/wordpress:/var/www/html", "/data/sync/wordpress:/var/www/html",