We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's better if the docker can recognize .env file in its root directory. Following is the working code in bin/moodle-docker-compose
# Load .env if it exists if [ -f "$basedir/.env" ]; then export $(grep -v '^#' "$basedir/.env" | xargs) fi
It's very handy.
The text was updated successfully, but these errors were encountered:
There's ongoing work in #249 to implement this
Sorry, something went wrong.
No branches or pull requests
It's better if the docker can recognize .env file in its root directory. Following is the working code in bin/moodle-docker-compose
It's very handy.
The text was updated successfully, but these errors were encountered: