comparison Sphinx/source/users/docker-osimis.rst @ 792:ceb33b8b8c39

the UNLOCK environment variable is removed in osimis/orthanc > 21.11.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Nov 2021 11:30:36 +0100
parents 4ff2c6ff472a
children 21a522ca4ce9
comparison
equal deleted inserted replaced
791:a9623d1d6d3c 792:ceb33b8b8c39
92 disabled in production since it might display secret information like passwords 92 disabled in production since it might display secret information like passwords
93 in your logs 93 in your logs
94 - ``VERBOSE_ENABLED=true`` will start Orthanc with the ``--verbose`` option 94 - ``VERBOSE_ENABLED=true`` will start Orthanc with the ``--verbose`` option
95 - ``TRACE_ENABLED=true`` will start Orthanc with the ``--trace`` option 95 - ``TRACE_ENABLED=true`` will start Orthanc with the ``--trace`` option
96 - ``NO_JOBS=true`` will start Orthanc with the ``--no-jobs`` option 96 - ``NO_JOBS=true`` will start Orthanc with the ``--no-jobs`` option
97 - ``UNLOCK=true`` will start Orthanc with the ``--unlock`` option
98 - ``LOGDIR=/logs`` will start Orthanc with the ``--logdir=/logs`` option (introduced in 21.9.1) 97 - ``LOGDIR=/logs`` will start Orthanc with the ``--logdir=/logs`` option (introduced in 21.9.1)
99 - ``LOGFILE=/logs`` will start Orthanc with the ``--logfile=/logs/orthanc.log`` option (introduced in 21.9.1) 98 - ``LOGFILE=/logs`` will start Orthanc with the ``--logfile=/logs/orthanc.log`` option (introduced in 21.9.1)
100 - ``MALLOC_ARENA_MAX=10`` will :ref:`control memory usage <scalability-memory>` 99 - ``MALLOC_ARENA_MAX=10`` will :ref:`control memory usage <scalability-memory>`
101 - ``ORTHANC_JSON`` can be used to pass a JSON "root" configuration (see below). 100 - ``ORTHANC_JSON`` can be used to pass a JSON "root" configuration (see below).
102 - ``BEFORE_ORTHANC_STARTUP_SCRIPT`` can be used to `run a custom script <https://groups.google.com/g/orthanc-users/c/EXjTq2ZU1vw/m/02CwW1jzAQAJ>`__ before starting Orthanc. 101 - ``BEFORE_ORTHANC_STARTUP_SCRIPT`` can be used to `run a custom script <https://groups.google.com/g/orthanc-users/c/EXjTq2ZU1vw/m/02CwW1jzAQAJ>`__ before starting Orthanc.