summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/development/installation.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/development/installation.rst b/docs/development/installation.rst
index 03ad67a..0a6e71c 100644
--- a/docs/development/installation.rst
+++ b/docs/development/installation.rst
@@ -25,11 +25,12 @@ configure Patchwork using Docker:
#. Install `docker`_ and `docker-compose`_.
#. Create a ``.env`` file in the root directory of the project and store your
- ``UID`` attribute there.
+ ``UID`` and ``GID`` attribute there.
.. code-block:: shell
$ echo "UID=$UID" > .env
+ $ echo "GID=`id -g`" >> .env
#. Build the images. This will download over 200MB from the internet: