Port mapping for Docker containers fails when stack is rebuilt

Tailscale version 1.34.1
Your operating system & version Client: MacOS 1.32.3, Server: Linux (Asustor) running TS in docker.

I had a new container I was working with and I messed up the configuration and had to rebuilt the stack. Before I rebuilt the stack, port fowarding worked fine (9000:9000 for example) but after rebuilding, I was no longer able to connect to port 9000 on the Tailscale IP of the server.

I rebuilt the stack again but with 9001:9000 and I was able to connect to port 9000 on the container via 9001 on the host.

Is there a way to clear the old cached service endpoints? I’d rather not have to change ports every time I rebuild a stack.

Thanks!