This commit is contained in:
soraefir
2026-05-09 09:35:23 +02:00
parent 8362599b54
commit 9abb5b2f26

View File

@@ -4,7 +4,7 @@ version = "3";
serverCfg = config.syscfg.server;
in {
paths = [{
path="${serverCfg.dataPath}/traefik";
path="${serverCfg.configPath}/traefik";
owner = "1000:1000";
mode = "0755";
}];
@@ -29,6 +29,7 @@ in {
overrides = {
cmd = [
"--api"
"--log.level=INFO"
"--providers.docker=true"
"--global.checknewversion=false"
"--global.sendanonymoususage=false"