You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the dappmanager edits a lot of stuff from the compose file when installing a new package, see packageInstall and setDappnodeComposeDefaults. This edit is done using utilities such as lodash. The requirements of the docker compose file are docker specific and relying on developers for the knowledge required to handle and implement this requirement does not make sense.
Instead, use the docker compose merge utility to merge properties set by dappmanager.
An example of usage would be the docker aliases, the docker aliases for a docker network must be unique otherwise there will be an error when handling this docker compose file
The text was updated successfully, but these errors were encountered:
Right now the dappmanager edits a lot of stuff from the compose file when installing a new package, see
packageInstall
andsetDappnodeComposeDefaults
. This edit is done using utilities such as lodash. The requirements of the docker compose file are docker specific and relying on developers for the knowledge required to handle and implement this requirement does not make sense.Instead, use the
docker compose merge
utility to merge properties set by dappmanager.An example of usage would be the docker aliases, the docker aliases for a docker network must be unique otherwise there will be an error when handling this docker compose file
The text was updated successfully, but these errors were encountered: