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

Missing file /etc/Inverter/mqtt.json #102

Open
crazypaddo opened this issue May 18, 2023 · 1 comment
Open

Missing file /etc/Inverter/mqtt.json #102

crazypaddo opened this issue May 18, 2023 · 1 comment

Comments

@crazypaddo
Copy link

Hello i am trying to get this to work but noticed that the file /etc/inverter/mqtt.json is not included.
I think it is needed to setup mqtt. Does anyone have a example whats the layout from the file.
Regards marco

@DJBenson
Copy link

The path /etc/inverter is a virtual path inside the container which is mapped outside the container to the "config" folder where the file you need is present 😀

docker-compose.yml file;
image

Project repository folder;
image

So if you follow the instructions, you would have "git clone'd" the project folder under which you have docker-compose.yml and the config folder. When Docker starts the project it will map the config folder to the /etc/inverter folder.

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

2 participants