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
There is no documentation about ESN_PATH and I was surprised to see docker crashing when starting openpaas for the first time
ESN_PATH ist initialized as an empty string by default, resulting in an absolute mount path for sabre, which creates a docker error on startup
ESN_PATH should either be mentioned in the docker setup docs, or it should have a fallback to "." to not create an absolute path
The text was updated successfully, but these errors were encountered:
@RSWilli where did you add it to make it work?
Sorry, something went wrong.
I wasn't able to start it properly and abandoned openpaas as a result of that.
This can be simply fixed by doing ESN_PATH=/path/to/your/git/clone/opensaas-ens before you docker-compose upthe same like PROVISIONING=true.
@RSWilli this is reading and basics of docker (files)
No branches or pull requests
There is no documentation about ESN_PATH and I was surprised to see docker crashing when starting openpaas for the first time
ESN_PATH ist initialized as an empty string by default, resulting in an absolute mount path for sabre, which creates a docker error on startup
ESN_PATH should either be mentioned in the docker setup docs, or it should have a fallback to "." to not create an absolute path
The text was updated successfully, but these errors were encountered: