We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9853d30 commit c45ec53Copy full SHA for c45ec53
2 files changed
dist-persist/wbstack/src/Settings/LocalSettings.php
@@ -95,7 +95,7 @@
95
}
96
97
if ( $wwDockerCompose ) {
98
- $wgServer = "http://" . $wikiInfo->domain;
+ $wgServer = "http://" . $wikiInfo->domain . ":8001";
99
} else {
100
$wgServer = "https://" . $wikiInfo->domain;
101
dist/wbstack/src/Settings/LocalSettings.php
0 commit comments