Use the image on ghcr.io (#104)

This commit is contained in:
Stéphane Brunner
2022-02-20 09:23:18 +01:00
committed by Johann Bauer
parent 69a51eb3a7
commit bb8493e1f3
7 changed files with 8 additions and 8 deletions

View File

@@ -109,13 +109,13 @@ Then you can start paperless-ngx with ``-d`` to have it run in the background.
.. code::
image: jonaswinkler/paperless-ng:0.9.x
image: ghcr.io/paperless-ngx/paperless-ngx:0.9.x
and replace the version with ``latest``:
.. code::
image: jonaswinkler/paperless-ng:latest
image: ghcr.io/paperless-ngx/paperless-ngx:latest
Bare Metal Route
================

View File

@@ -251,7 +251,7 @@ Build the Docker image yourself
.. code:: yaml
webserver:
image: jonaswinkler/paperless-ng:latest
image: ghcr.io/paperless-ngx/paperless-ngx:latest
and replace it with a line that instructs docker-compose to build the image from the current working directory instead: