1
0

more work on traefik

This commit is contained in:
Andrew Camilleri
2018-09-16 11:18:44 +02:00
parent de0eacb35c
commit 72912fabe6
14 changed files with 170 additions and 52 deletions

View File

@@ -23,5 +23,5 @@ If ($BTCPAYGEN_REVERSEPROXY -eq "nginx") {
}
If ($BTCPAYGEN_REVERSEPROXY -eq "traefik") {
Copy-Item ".\Production\traefik.toml" -Destination ".\Generated"
Copy-Item ".\Production-Traefik\traefik.toml" -Destination ".\Generated"
}