changeset 1280:bcf9d28bf383 default tip

pg versions
author Alain Mazy <am@orthanc.team>
date Thu, 09 Jul 2026 10:25:59 +0200
parents e1beeb8774e8
children
files Sphinx/source/plugins/postgresql.rst Sphinx/source/users/docker-orthancteam.rst
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/plugins/postgresql.rst	Wed Jun 03 12:17:00 2026 +0200
+++ b/Sphinx/source/plugins/postgresql.rst	Thu Jul 09 10:25:59 2026 +0200
@@ -338,7 +338,7 @@
 +---------------------------+-------------------------------------------+
 | 9.0                       | 6                                         |
 +---------------------------+-------------------------------------------+
-| 10.0                      | 10 (skipped 7, 8 and 9 to sync schema     |
+| 10.0 - 10.X               | 10 (skipped 7, 8 and 9 to sync schema     |
 |                           | revision and plugin version)              |
 +---------------------------+-------------------------------------------+
 
--- a/Sphinx/source/users/docker-orthancteam.rst	Wed Jun 03 12:17:00 2026 +0200
+++ b/Sphinx/source/users/docker-orthancteam.rst	Thu Jul 09 10:25:59 2026 +0200
@@ -109,8 +109,8 @@
 - ``NO_JOBS=true`` will start Orthanc with the ``--no-jobs`` option
 - ``LOGDIR=/logs`` will start Orthanc with the ``--logdir=/logs`` option (introduced in 21.9.1)
 - ``LOGFILE=/logs`` will start Orthanc with the ``--logfile=/logs/orthanc.log`` option (introduced in 21.9.1)
-- ``MALLOC_ARENA_MAX=10`` will :ref:`control memory usage <scalability-memory>`
 - ``ORTHANC_JSON`` can be used to pass a JSON "root" configuration (see below).
+- ``ORTHANC_PASSWORD`` can be used to create an `orthanc` user and set his password (introduced in 26.6.1+).
 - ``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.
 - ``FORCE_HOST_ID`` and ``GENERATE_HOST_ID_IF_MISSING`` can be used to control the content of /etc/hostid (introduced in 22.9.1). 
   DCMTK calls gethostid() when generating DICOM UIDs (used, e.g, in modifications/anonymizations).