Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

tia Viewer searches for the license file 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

  • No labels