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

Commit 67da7f3

Browse files
Bot Updating Templated Files
1 parent 0d3a3e3 commit 67da7f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ Container images are configured using parameters passed at runtime (such as thos
106106
| `-e QUASSEL_CORE=192.168.1.10` | specify the URL or IP address of your Quassel Core instance |
107107
| `-e QUASSEL_PORT=4242` | specify the port of your Quassel Core instance |
108108
| `-e URL_BASE=/quassel` | Specify a url-base in reverse proxy setups ie. `/quassel` |
109-
| `-e HTTPS=true` | specify true to use https on 64443 or false to use http on 64080 |
110-
| `-e FORCE_DEFAULT=false` | specify true to use only the default instance of Quassel Core specified above |
109+
| `-e HTTPS=true` | specify `true` to use https on `64443` or false to use http on `64080` |
110+
| `-e FORCE_DEFAULT=false` | specify `true` to use only the default instance of Quassel Core specified above |
111111
| `-v /config` | this will store config on the docker host |
112112

113113
## User / Group Identifiers
@@ -127,7 +127,7 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
127127
 
128128
## Application Setup
129129

130-
By default this container webui will be available on `https://$SERVER_IP:64443`. To setup this container you can either use the environmental variables as specified above and these will overwrite the respective settings in `/config/settings-user.js` or omit the environmental variables and edit `/config/settings-user.js` directly.
130+
By default this container webui will be available on `https://$SERVER_IP:64443`. To setup this container you can either use the environmental variables as specified above and these will overwrite the respective settings in `/config/settings-user.js` or omit the environmental variables and edit `/config/settings-user.js` directly.
131131

132132

133133

0 commit comments

Comments
 (0)