Updated Version not reflecting on Workspace

Description

I was notified to upgrade my Rocketchat server due to LTS and I followed the guide for Docker as I initially downloaded via the Docker method. My initial setup was version 6.13.0, so I did an upgrade to 7.0.0 with mondoDB upgrade to 6.0 from 5.0, but I noticed the Workspace info still showed 6.13.0 - then I upgraded to 7.5.1, as the guide requires this incremental upgrade flow from x.x.x to y.y.y, yet Workspace shows 6.13.1; however running docker logs <container-id> shows Rocket.Chat version 7.5.1 with MondoDB of 6.0.13, running at port 3000 and shows my site URL (which is my ec2 IP- http://IP:3000), yet no changes on the frontend.

I noticed that if i access my ec2-ip:3000 I see the setup wizard but if I access custom-domain.com, I am logged to home.

The question is: what step(s) did I miss for things to be this weird?

Screenshots included.
[Uploading: Screenshot 2025-04-23 144743.png…](compose file)

[Uploading: Screenshot 2025-04-23 144646.png…](workspace file)

[Uploading: Screenshot 2025-04-23 152301.png…](server file)

Server Setup Information

  • Version of Rocket.Chat Server: 7.5.1
  • Operating System: Ubuntu 20.04.6 LTS
  • Deployment Method: docker
  • Number of Running Instances: 1
  • DB Replicaset Oplog: Enabled
  • NodeJS Version: 22.13.1 - x64
  • MongoDB Version: 6.0.13
  • Proxy: n/a

Additional Information

I recall setting up letsencrypt on nginx but for some reason, I cannot find nginx on etc nor can I do systemctl restart nginx as nginx shows up as not installed. And I am left to wonder how is the server running on proxy to my custom domain.