Skip to content

Commit

Permalink
Merge pull request #1699 from mtrolley/topic/fix-quasselweb-https
Browse files Browse the repository at this point in the history
Fix default value of quasselweb https
  • Loading branch information
nemchik authored Nov 22, 2023
2 parents d395380 + aa0c67b commit c41b143
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 c41b143

Please sign in to comment.