This commit is contained in:
thelamer
2025-06-24 14:29:29 -04:00
parent 9895976bba
commit 87d748dbcd
3 changed files with 9 additions and 4 deletions

View File

@@ -104,6 +104,11 @@ services:
capabilities: [compute,video,graphics,utility]
```
### Strict reverse proxies
This image uses a self-signed certificate by default. This naturally means the scheme is `https`.
If you are using a reverse proxy which validates certificates, you need to [disable this check for the container](https://docs.linuxserver.io/faq#strict-proxy).
## Usage
To help you get started creating a container from this image you can either use docker-compose or the docker cli.