Allow unsecure connection to internal https

This commit is contained in:
Colin Hebert
2022-12-26 09:54:22 +01:00
parent 102395a089
commit 28eb17854c

View File

@@ -4,6 +4,9 @@ providers:
exposedByDefault: false exposedByDefault: false
network: traefik network: traefik
serverstransport:
insecureskipverify: true
api: api:
insecure: true insecure: true