documentation

This commit is contained in:
jonaswinkler
2021-01-12 00:29:05 +01:00
parent 221cf12184
commit 50ba88231f
3 changed files with 10 additions and 14 deletions

View File

@@ -48,9 +48,6 @@ Options available to bare-metal and non-docker installations:
Restoring
=========
.. _administration-updating:
Updating Paperless
@@ -84,9 +81,11 @@ B. If you built the image yourself, do the following:
.. code:: shell-session
$ git pull
$ ./compile-frontend.sh
$ docker-compose build
$ docker-compose up
Running `docker-compose up` will also apply any new database migrations.
If you see everything working, you can start paperless-ng with "-d" to have it
run in the background.