mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
traefik logs
This commit is contained in:
parent
4806459bcb
commit
a1a792b357
1 changed files with 4 additions and 1 deletions
|
|
@ -97,7 +97,10 @@
|
|||
"/var/lib/pangolin/config/letsencrypt:/letsencrypt:rw"
|
||||
"/var/lib/pangolin/config/traefik:/etc/traefik:ro"
|
||||
];
|
||||
cmd = [ "--configFile=/etc/traefik/traefik_config.yml" ];
|
||||
cmd = [
|
||||
"--configFile=/etc/traefik/traefik_config.yml"
|
||||
"--accesslog=true"
|
||||
];
|
||||
dependsOn = [
|
||||
"gerbil"
|
||||
"pangolin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue