SWAG Dashboard: Duplicate applications listed

SWAG is functioning fine, but I’m getting duplicate applications listed in the dashboard. It will list the docker container name (which is how I have the proxy config set up) but then also the local machine name (not listed in the proxy config), both pointing to the same config

|http://navidrome:4533/|||/config/nginx/proxy-confs/navidrome.subdomain.conf|
|http://rockpi:4533/|||/config/nginx/proxy-confs/navidrome.subdomain.conf|

And it’s also picking up an application (container name) that I moved to a different machine.

Is there a log file to clear, or some docker system stuff to purge to get rid of these duplicates?

I found my problem. I had container name in the web portion of the proxy config and machine name in the api portion.