diff options
author | Russell Currey <ruscur@russell.cc> | 2019-05-01 16:27:18 +1000 |
---|---|---|
committer | Daniel Axtens <dja@axtens.net> | 2019-05-03 16:12:52 +1000 |
commit | b538d05f430226629fcbbe1a92c5333a5c46a59d (patch) | |
tree | 3f7f1e9907079b0a0075bbccc911200cbf0a7c39 /docs | |
parent | 1ed898a9a8e52b72978dfa4d69c97f649f048d6d (diff) | |
download | patchwork-b538d05f430226629fcbbe1a92c5333a5c46a59d.tar patchwork-b538d05f430226629fcbbe1a92c5333a5c46a59d.tar.gz |
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 <ruscur@russell.cc>
Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Daniel Axtens <dja@axtens.net>
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 |