Skip to content
New issue

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

Empty ESN_PATH will crash docker deploy #96

Open
RSWilli opened this issue Apr 11, 2021 · 3 comments
Open

Empty ESN_PATH will crash docker deploy #96

RSWilli opened this issue Apr 11, 2021 · 3 comments

Comments

@RSWilli
Copy link

RSWilli commented Apr 11, 2021

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

@ne0YT
Copy link

ne0YT commented Dec 12, 2022

@RSWilli where did you add it to make it work?

@RSWilli
Copy link
Author

RSWilli commented Dec 12, 2022

I wasn't able to start it properly and abandoned openpaas as a result of that.

@di-rect
Copy link

di-rect commented Jan 25, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants