Update docs to reflect Docker changes

This commit is contained in:
Daniel Quinn
2018-01-30 17:19:18 +00:00
parent 7343a07ddd
commit e900a38983
2 changed files with 13 additions and 5 deletions

View File

@@ -175,7 +175,8 @@ Docker Method
modified versions of the configuration files.
4. Modify ``docker-compose.yml`` to your preferences, following the
instructions in comments in the file. The only change that is a hard
requirement is to specify where the consumption directory should mount. _. [#docker-compose.yml]_
requirement is to specify where the consumption directory should
mount.[#dockercomposeyml]_
5. Modify ``docker-compose.env`` and adapt the following environment variables:
``PAPERLESS_PASSPHRASE``
@@ -288,10 +289,11 @@ Docker Method
simplifies deployment immensely. If you know your way around Docker, feel
free to tinker around without using compose!
.. [#docker-compose.yml] If you're upgrading your docker-compse images from version
1.1.0 or earlier, you might need to change in the ``docker-compose.yml``
file the ``image: pitkley/paperless`` directive in both the ``webserver`` and ``consumer``
sections to ``build: ./`` as per the newer ``docker-compose.yml.example`` file
.. [#dockercomposeyml] If you're upgrading your docker-compose images from
version 1.1.0 or earlier, you might need to change in the
``docker-compose.yml`` file the ``image: pitkley/paperless`` directive in
both the ``webserver`` and ``consumer`` sections to ``build: ./`` as per the
newer ``docker-compose.yml.example`` file
.. _setup-permanent: