We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77c042 commit d9b88f9Copy full SHA for d9b88f9
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