Enabling web client integration 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
SAMETIME_EXTERNAL_WARINTEGRATION
variable and ensure that it is set to true.If the statement doesn't exist, add it in the
proxy
section of the file.SAMETIME_EXTERNAL_WARINTEGRATION=true
To apply the changes, stop the Sametime server and start it again.
-
To stop the Sametime server, run the following script from the Sametime installation directory.
docker-compose down
To apply the changes stop the Sametime server and start it again.
-
Start the Sametime server to apply the changes.
docker compose up -d
Parent Topic: Integrating with other applications