Fix an issue when running the local stack with non-default ports.
Initializing a local stack with a different database port (e.g. 5433) now routes correctly within the Docker compose network (now patching to internal port to 5432).
Fix upgrade mrsm behavior.
Recent changes to stack broke the automatic stack pull within mrsm upgrade mrsm.
v1.7.4
Fix an issue when running the local stack with non-default ports.
Initializing a local stack with a different database port (e.g. 5433) now routes correctly within the Docker compose network (now patching to internal port to 5432).
Fix
upgrade mrsm
behavior.Recent changes to
stack
broke the automaticstack pull
withinmrsm upgrade mrsm
.