Applying configuration changes in Docker

Configuration files contain environment variables that can be changed and applied to the Sametime server.

About this task

You can make configuration changes by modifying the following files.
  • custom.env
  • .env
  • docker-compose.yml

The docker-compose command is used to apply the changes.

Note: Values in the Docker commands are case sensitive and must be entered in lower case.

Procedure

  1. Shut down the Sametime server.
    docker-compose down
    
  2. Modify the configuration file.
  3. Save changes to the configuration files.
  4. Restart the server to apply the changes.
    docker-compose down 
    docker-compose up -d