moodle-docker
moodle-docker copied to clipboard
yaml: line 8: did not find expected hexdecimal number
$ 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