Skip to content
Prev Previous commit
Next Next commit
Document the need for CURRENT_UID to avoid permission issues on gener…
…ated files.
  • Loading branch information
jpjoao committed Mar 22, 2020
commit c047392fb8c59bff6a1a7db7f02d8902452557c6
3 changes: 2 additions & 1 deletion contributing/documentation/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ automatically compile them:

.. code-block:: terminal

$ docker-compose up
# We use the same user as outside to avoid permissions issues with generated files
$ CURRENT_UID=$(id -u):$(id -g) docker-compose up

You can now read the docs at ``http://localhost:8080`` (if you use a virtual
machine, browse its IP instead of localhost; e.g. ``http://192.168.99.100:8080``).
Expand Down