diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/installation.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/development/installation.rst b/docs/development/installation.rst index 52dc2c3..0ab755f 100644 --- a/docs/development/installation.rst +++ b/docs/development/installation.rst @@ -37,6 +37,10 @@ configure Patchwork using Docker: $ docker-compose build + To use Postgres instead of MySQL, give the ``-f docker-compose-pg.yml`` + argument to ``docker-compose``. This is required on non-x86 architectures + as the MySQL Docker images do not have multiarch support. + #. Run ``docker-compose up``: .. code-block:: shell |