nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests |Archive

commit 06db61bccf5e5b9688f8814b68e0ce002427462e
parent 283e103f1d57430033cb95a6f8b0d093b5ae39ab
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Mon,  2 Jun 2025 22:56:35 +0200

feat(freshrss): fix typo

Diffstat:
Mhcl/default/freshrss/freshrss.nomad | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hcl/default/freshrss/freshrss.nomad b/hcl/default/freshrss/freshrss.nomad @@ -40,7 +40,7 @@ job "freshrss" { ports = ["https"] volumes = [ # mount the templated config from the task directory to the container - "local/freshrss.conf:/etc/nginx/conf.d/snibox.conf", + "local/freshrss.conf:/etc/nginx/conf.d/freshrss.conf", ] }