You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,8 +106,8 @@ Container images are configured using parameters passed at runtime (such as thos
106
106
|`-e QUASSEL_CORE=192.168.1.10`| specify the URL or IP address of your Quassel Core instance |
107
107
|`-e QUASSEL_PORT=4242`| specify the port of your Quassel Core instance |
108
108
|`-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 |
111
111
|`-v /config`| this will store config on the docker host |
112
112
113
113
## User / Group Identifiers
@@ -127,7 +127,7 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
127
127
128
128
## Application Setup
129
129
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.
0 commit comments