Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit da55487

Browse files
Bot Updating Templated Files
1 parent 4a244bb commit da55487

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ The architectures supported by this image are:
5959

6060
## Application Setup
6161

62-
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.
62+
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.
6363
The configuration file using this method can be found at:
64-
```
64+
65+
```text
6566
/config/settings-user.js
6667
```
6768

68-
6969
### Strict reverse proxies
7070

7171
This image uses a self-signed certificate by default. This naturally means the scheme is `https`.
@@ -75,6 +75,9 @@ If you are using a reverse proxy which validates certificates, you need to [disa
7575

7676
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
7777

78+
>[!NOTE]
79+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
80+
7881
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
7982

8083
```yaml

0 commit comments

Comments
 (0)