-
Notifications
You must be signed in to change notification settings - Fork 308
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
nextcloud_db is missing #789
Comments
I just did the following:
The result of the
Then:
However, when I attempted to use the menu to add NextCloud to an existing stack, I got the same error as you are seeing. The menu system is a great way of getting your first stack up and running but I've long been of the view that it's somewhere between suboptimal and problematic as a maintenance tool. What I generally advise is (a) recognising that, at its core, the menu is just a concatenation tool, and (b) studying how everything inside the IOTstack folder is set up and then rolling your own. The quickest path to a solution is to open your
The It would also be a good idea to check that the start of your compose file looks like the contents of:
Among other things, that file defines the private network shared between NextCloud and its database. Once all that is in place, "up" the stack. |
When activating the Checkbox for NextCloud installation in the menu.sh script, the generated docker-compose.yml includes a part for nextcloud but not for the nextcloud_db, resutling in a missing dependency.
The text was updated successfully, but these errors were encountered: