Skip to content

Disabling reports on Docker or Podman

  1. Edit the docker-compose.yml file.

  2. Locate the MEETING_REPORTS_DISABLED variable.

    Specify true to disallow report generation or false to allow the meeting owner to determine if reports can be generated.

  3. Save the changes.

  4. To apply the changes, stop the 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