Skip to content

Commit da0cde1

Browse files
committed
Fix the config file
1 parent 440c148 commit da0cde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.docker-template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
define('PHPUNIT_LONGTEST', true);
6060

6161
if (getenv('MOODLE_DOCKER_APP')) {
62-
$CFG->behat_ionic_wwwroot = 'http://mobileapp:8100';
62+
$CFG->behat_ionic_wwwroot = 'http://moodleapp:8100';
6363
}
6464

6565
if (getenv('MOODLE_DOCKER_PHPUNIT_EXTRAS')) {

0 commit comments

Comments
 (0)