We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bbd1c commit 0d844b0Copy full SHA for 0d844b0
docs/docker/reverse-proxies.md
@@ -22,9 +22,12 @@ labels:
22
```
23
Start your Docker Compose and navigate to your "persistent storage" and
24
change the .env search for FORCE_HTTPS=false (line 85) and set this to "true"
25
+
26
For this to work, the following must be set in the Traefik Config (static config)
27
+```
28
serversTransport:
29
insecureSkipVerify: true
30
31
32
## Nginx
33
Make sure to use HTTPS to access your container to avoid mixed content errors
0 commit comments