logs
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user