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

Version 1 Next »

tia Viewer searches for the license file viewerlicense.json in directory /application/config/license/.

As this is in context of the container file system, a mapping of the directory containing the license or the license file must exists to the permanent file system of the host.

Example snippet for docker compose file:

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

  • No labels