From 63cd352fff9ac08a0eac80d8b4a691ce23957db0 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 30 Jan 2024 18:31:53 +0100 Subject: [PATCH] archiso on web server --- nomad-job/www.nomad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nomad-job/www.nomad b/nomad-job/www.nomad index 5d491fd..62b7cb4 100644 --- a/nomad-job/www.nomad +++ b/nomad-job/www.nomad @@ -42,7 +42,8 @@ job "www" { ] volumes = [ "local/nginx.conf:/etc/nginx/nginx.conf", - "/srv/http:/usr/share/nginx/html" + "/srv/http/welcome:/usr/share/nginx/html/welcome", + "/mnt/diskstation/nomad/archiso:/usr/share/nginx/html/archiso" ] }