Skip to content

Commit

Permalink
Fix default value of quasselweb https
Browse files Browse the repository at this point in the history
LSIO quassel-web container checks that QUASSEL_WEB env var has non-zero
length, not explicit `true` or `false` values. The default value of this
env var was incorrectly set to `false` when adding sipport for it to
DockSTARTer.
  • Loading branch information
mtrolley committed Nov 21, 2023
1 parent d395380 commit aa0c67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/.apps/quasselweb/quasselweb.labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
com.dockstarter.appvars.quasselweb_port_64080: "64080"
com.dockstarter.appvars.quasselweb_port_64443: "64443"
com.dockstarter.appvars.quasselweb_quassel_core: "quasselcore"
com.dockstarter.appvars.quasselweb_quassel_https: "false"
com.dockstarter.appvars.quasselweb_quassel_https: ""
com.dockstarter.appvars.quasselweb_quassel_port: "4242"
com.dockstarter.appvars.quasselweb_restart: "unless-stopped"
com.dockstarter.appvars.quasselweb_tag: "latest"
Expand Down

0 comments on commit aa0c67b

Please sign in to comment.