dokku-md-plugin
dokku-md-plugin copied to clipboard
Port changing
I hadn't noticed this before I upgraded to Ubuntu 14.04, but I can't say for sure it wouldn't have happened before.
When I stop and start a docker container (like on reboot) for a mariadb instance, the exposed port number changes, but the linked applications environment variables are not updated and neither is .mariadb/port_APPNAME. I end up having to update that manually, then re-link and then rebuild my app.
I am not sure why my app rebuild is necessary. Since re-linking looks like it reboots the container.
I noticed that this port change issue is also affecting the domains plugin and I think I would have noticed that before, so I suspect that this behavior is related to the Ubuntu 14.04 or docker 1.2 which was installed in the upgrade.