archiso on web server

This commit is contained in:
vincent 2024-01-30 18:31:53 +01:00
parent a65e3484b5
commit 63cd352fff

View File

@ -42,7 +42,8 @@ job "www" {
] ]
volumes = [ volumes = [
"local/nginx.conf:/etc/nginx/nginx.conf", "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"
] ]
} }