You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ bin/moodle-docker-compose.cmd up -d
time="2021-09-09T16:30:49+02:00" level=warning msg="The \"MOODLE_DOCKER_SELENIUM_SUFFIX\" variable is not set. Defaulting to a blank string."
yaml: line 8: did not find expected hexdecimal number
I already tried setting the variable to "-debug" but does not work.
Using Windows 10, Git Bash and CMD. The same issue.
If I use $ export MOODLE_DOCKER_WWWROOT="C:/Users/Sergio/Code/junk/moodle-demo" with double-quote then errors line 9
Sergio@DESKTOP-7L05VFD MINGW64 ~/Code/moodle-dev (master)
$ export MOODLE_DOCKER_WWWROOT="C:/Users/Sergio/Code/junk/moodle-demo"
Sergio@DESKTOP-7L05VFD MINGW64 ~/Code/moodle-dev (master)
$ echo$MOODLE_DOCKER_WWWROOT
C:/Users/Sergio/Code/junk/moodle-demo
Sergio@DESKTOP-7L05VFD MINGW64 ~/Code/moodle-dev (master)
$ bin/moodle-docker-compose.cmd up -d
time="2021-09-09T16:38:51+02:00" level=warning msg="The \"MOODLE_DOCKER_SELENIUM_SUFFIX\" variable is not set. Defaulting to a blank string."
yaml: line 9: did not find expected hexdecimal number
The text was updated successfully, but these errors were encountered:
I already tried setting the variable to "-debug" but does not work.
Using Windows 10, Git Bash and CMD. The same issue.
If I use
$ export MOODLE_DOCKER_WWWROOT="C:/Users/Sergio/Code/junk/moodle-demo"
with double-quote then errors line 9The text was updated successfully, but these errors were encountered: