Disabling secure rooms on Docker and Podman
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.
-
Edit the docker-compose.yml file.
-
Locate the
STCONF_MEETING_SECUREUSERROOMNAME
variable in the Proxy section and set the value tofalse
. -
Save the changes.
-
To apply the changes, stop 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
-
Parent Topic: Disabling secure meeting room names