From: Russell Currey Date: Wed, 1 May 2019 06:27:18 +0000 (+1000) Subject: docs: Mention Postgres for Docker development install X-Git-Tag: v2.2.0-rc1~121 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b538d05f430226629fcbbe1a92c5333a5c46a59d;p=thirdparty%2Fpatchwork.git docs: Mention Postgres for Docker development install Might as well since it's there, and it gives some clue to anyone trying to use Docker on non-x86. I figured it was best to leave this out of the README since it's incredibly niche. Signed-off-by: Russell Currey Reviewed-by: Andrew Donnellan Signed-off-by: Daniel Axtens --- diff --git a/docs/development/installation.rst b/docs/development/installation.rst index 52dc2c33..0ab755f4 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