I had been doing it by opening a bash shell through "docker exec -it" on the container, didn't realize it could be done through the admin tab for some reason, but I've not switched to that method. I do have my /data directory mapped correctly, so I guess we'll see if it persists the next time I need to update.
Would you be able to include the node-red-node-pushover module to the NodeRed docker? I've been adding it myself every time I update, but it may be useful to others as well.
Thanks!
Thanks for updating Node-Red, but why remove the EmonCMS node? I had to add it back in manually to keep all my energy posting flows working.
Also, if you plan on updating MQTT you should jump up the latest version of Mosquitto as the current version in your container is very old. The statements below will add the new repository and install the current 1.4.3 version.
RUN add-apt-repository ppa:mosquitto-dev/mosquitto-ppa -y
RUN apt-get update
RUN apt-get install -y mosquitto mosquitto-clients