Location of the license file (Vc)

tia® Viewer Core searches for the license file, e.g. viewerlicense.json, in directory /application/config/license/.

It is possible to specify this path by parameter tia.license.path.

 

A mapping of the directory containing the license or the license file from permanent file system in host context to this path in container context must exist.

 

Example snippet for docker compose file:

services: tiaviewer: volumes: - ./viewerlicense.json:/application/config/license/viewerlicense.json