Disabling secure rooms on Docker

Procedure

  1. Edit the docker-compose.yml file.
  2. Locate the STCONF_MEETING_SECUREUSERROOMNAME variable in the Proxy section and set the value to false.
  3. Save the changes.
  4. To apply the changes, stop Sametime server and then start it again.
    1. Run the following command to stop the server.
      docker-compose down
    2. Run the following command to start the server.
      docker-compose up -d