Did something change within the last few updates to how the docker container names are generated?
I deployed to staging tonight, and after a successful deployment, my caddy server (reverse proxy to docker) was throwing up our maintenance page. I figured out that the container names in caddy no longer matched what wappler generated.
It appears that in certain places, hyphens have replaced underscores.
Can you confirm this is what happened, so I can confidently make the proper changes before hitting production?
Without making any changes to any targets, my most recent deployment named the container:
mpp__staging-do-web-1
It is as if your process for naming the container changed. Not a big deal for me to rename, but I’d have more confidence now pushing to production if you could confirm that such a change was made, else I’m left wondering why it changed.