From 2623360b8b50a4633a8111b457a2b8677e721fdd Mon Sep 17 00:00:00 2001 From: Lens0021 / Leslie Date: Sat, 2 Mar 2024 01:24:19 +0900 Subject: [PATCH] the path is changed --- jobs/development/fastcgi.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/development/fastcgi.nomad b/jobs/development/fastcgi.nomad index 78d7570..0b57002 100644 --- a/jobs/development/fastcgi.nomad +++ b/jobs/development/fastcgi.nomad @@ -19,7 +19,7 @@ job "fastcgi" { driver = "docker" artifact { - source = "https://raw.githubusercontent.com/femiwiki/docker-mediawiki/main/configs/secret.php.example" + source = "https://raw.githubusercontent.com/femiwiki/docker-mediawiki/main/development/secret.php.example" destination = "secrets/secrets.php" mode = "file" }