Disabling reports on Docker or Podman
-
Edit the docker-compose.yml file.
-
Locate the
MEETING_REPORTS_DISABLED
variable.Specify
true
to disallow report generation orfalse
to allow the meeting owner to determine if reports can be generated. -
Save the changes.
-
To apply the changes, stop the Sametime server and then start it again.
-
Run the following command to stop the server.
docker-compose down
-
Run the following command to start the server.
docker-compose up -d
-