Skip to content

Commit d7de293

Browse files
committed
Add section about restarting the service following .env changes
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 745fd9c commit d7de293

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/application-settings.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ file.
1818
.. tip::
1919
Settings specific to ScanCode.io are all prefixed with ``SCANCODEIO_``.
2020

21+
**Restarting the services is required following any changes to .env:**
22+
23+
.. code-block:: bash
24+
25+
docker compose restart web worker
26+
2127
DATABASE
2228
--------
2329

0 commit comments

Comments
 (0)