-
Notifications
You must be signed in to change notification settings - Fork 29
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
Cant get this to work #93
Comments
What is the content of your .env file? Are you using the default one? Is it located in the path specified in your docker-compose (.env)? |
|
Hello there! :) So, the number of variables that's being printed at the beginning of your log doesn't match the number of variables in the .env file. I can assume that's a variable precedence issue where the variables specified in the environment section replace the variables from the env file altogether. And INFRA_LOTUS_HOME is a required variable, so without it being set our scripts simply exit. I would advise to choose between setting variables via the env file OR the environment section to avoid variable precedence issues in the future. |
[gentoo@old ~]$ docker logs lotus
Shouldnt this just work?
I need to run a lotus node, a posgres db, a ipfs node, and
The text was updated successfully, but these errors were encountered: