Disabling secure rooms on Docker and Podman

About this task

The Docker and Podman commands are similar. The only difference is that docker precedes the command when issued in a Docker environment and podman precedes the name in a Podman environment. Example commands used in the Sametime documentation are shown using Docker. For Podman, change docker to podman.

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