Description
I know this seems like it would be simple, however I cannot figure it out. The Site URL value seems unchanged despite adjusting my configuration files, for example:
In docker-compose.yml
changing -
ROOT_URL: ${ROOT_URL:-http://localhost:${HOST_PORT:-3000}}
to -
ROOT_URL: https://ELK-Stack.uhtasi.local
In .env
I have the following settings -
ROOT_URL=https://ELK-Stack.uhtasi.local
DOMAIN=ELK-Stack.uhtasi.local
and recreating my docker container it still seems unchanged (see below log).
Server Setup Information
- Version of Rocket.Chat Server: 6.10.0
- Operating System: Linux CentOS 7
- Deployment Method: docker compose
- Number of Running Instances: 1
- DB Replicaset Oplog: not sure
- NodeJS Version: not sure
- MongoDB Version: 5.0
- Proxy: n/a
- Firewalls involved: firewalld
Any additional Information
Despite applying the changes to my configs, this still comes up in the docker logs (Site URL still seems set to the localhost):
+-------------------------------------------------+
| SERVER RUNNING |
+-------------------------------------------------+
| |
| Rocket.Chat Version: 6.10.2 |
| NodeJS Version: 14.21.3 - x64 |
| MongoDB Version: 5.0.24 |
| MongoDB Engine: wiredTiger |
| Platform: linux |
| Process Port: 3000 |
| Site URL: http://10.100.10.36:3000 |
| ReplicaSet OpLog: Enabled |
| Commit Hash: 822d32f76f |
| Commit Branch: HEAD |
| |
+-------------------------------------------------+
I mainly need to change because it also seems to be messing with my nginx set-up.