openpaas-esn icon indicating copy to clipboard operation
openpaas-esn copied to clipboard

Empty ESN_PATH will crash docker deploy

Open RSWilli opened this issue 3 years ago • 3 comments

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

RSWilli avatar Apr 11 '21 19:04 RSWilli

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

ne0YT avatar Dec 12 '22 12:12 ne0YT

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

RSWilli avatar Dec 12 '22 13:12 RSWilli

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)

di-rect avatar Jan 25 '23 20:01 di-rect