From 81f305063da127b79407601a8f7f3bfadadc3302dcf300e8a2cdad0ce1b2850c Mon Sep 17 00:00:00 2001 From: Christian Camper Date: Fri, 9 Jan 2026 11:04:33 -0600 Subject: [PATCH] change template path --- src/docker_compose/cfg/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docker_compose/cfg/__init__.py b/src/docker_compose/cfg/__init__.py index 84d0e80..936ede4 100644 --- a/src/docker_compose/cfg/__init__.py +++ b/src/docker_compose/cfg/__init__.py @@ -2,6 +2,6 @@ from pathlib import Path ROOT = Path("/nas") DATA_ROOT = ROOT.joinpath("apps") -CFG_ROOT = ROOT.joinpath("cfg/templates") +CFG_ROOT = ROOT.joinpath("docker_templates") TRAEFIK_PATH = CFG_ROOT.joinpath("traefik") # TEMPLATE_DIR = CFG_ROOT.joinpath("templates")