Skip to content

Commit 0d844b0

Browse files
Update reverse-proxies.md
1 parent 05bbd1c commit 0d844b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/docker/reverse-proxies.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ labels:
2222
```
2323
Start your Docker Compose and navigate to your "persistent storage" and
2424
change the .env search for FORCE_HTTPS=false (line 85) and set this to "true"
25+
2526
For this to work, the following must be set in the Traefik Config (static config)
27+
```
2628
serversTransport:
2729
insecureSkipVerify: true
30+
```
2831

2932
## Nginx
3033
Make sure to use HTTPS to access your container to avoid mixed content errors

0 commit comments

Comments
 (0)