Customizing business cards in Docker or Podman

You can override the default business cards configuration by editing a UserInfoConfig.xml file and adding it as a volume in the docker-compose.yml.

Procedure

  1. Copy the existing files out of the container.
    
    docker cp <container_name>:/local/notesdata/UserInfoConfig.xml . 
    docker cp <container_name>:/local/notesdata/StCommunityConfig.xml 
    Places files into the current directory.
  2. Make needed changes, then update volumes in the Community service section of docker-compose.yml by adding the following.
    ./UserInfoConfig.xml:/local/notesdata/UserInfoConfig.xml
  3. Restart the Sametime server to apply the changes.
    
    docker-compose down
    docker-compose up -d