kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
11f5ab9e59
commit
9ffad82378
|
@ -36,9 +36,10 @@ The architectures supported by this image are:
|
|||
|
||||
## Application Setup
|
||||
|
||||
By default this container webui will be available on `https://$SERVER_IP:64443`. To setup this container you can either use the environment variables we recommend or manually setup the configuration file by leaving out the `QUASSEL_CORE` environment variable among others.
|
||||
By default this container webui will be available on `https://$SERVER_IP:64443`. To setup this container you can either use the environment variables we recommend or manually setup the configuration file by leaving out the `QUASSEL_CORE` environment variable among others.
|
||||
The configuration file using this method can be found at:
|
||||
```
|
||||
|
||||
```text
|
||||
/config/settings-user.js
|
||||
```
|
||||
|
||||
|
@ -51,6 +52,10 @@ If you are using a reverse proxy which validates certificates, you need to [disa
|
|||
|
||||
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
|
||||
|
||||
!!! info
|
||||
|
||||
Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
|
||||
|
||||
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
|
||||
|
||||
```yaml
|
||||
|
@ -102,8 +107,8 @@ Containers are configured using parameters passed at runtime (such as those abov
|
|||
|
||||
| Parameter | Function |
|
||||
| :----: | --- |
|
||||
| `64080` | Quassel-web http webui |
|
||||
| `64443` | Quassel-web https webui |
|
||||
| `64080:64080` | Quassel-web http webui |
|
||||
| `64443:64443` | Quassel-web https webui |
|
||||
|
||||
### Environment Variables (`-e`)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue