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 9484eb9f6b
commit f8679a251e
7 changed files with 8 additions and 8 deletions

View File

@ -47,7 +47,7 @@ services:
POSTGRES_PASSWORD: paperless POSTGRES_PASSWORD: paperless
webserver: webserver:
image: jonaswinkler/paperless-ng:latest image: ghcr.io/paperless-ngx/paperless-ngx:latest
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- db - db

View File

@ -49,7 +49,7 @@ services:
POSTGRES_PASSWORD: paperless POSTGRES_PASSWORD: paperless
webserver: webserver:
image: jonaswinkler/paperless-ng:latest image: ghcr.io/paperless-ngx/paperless-ngx:latest
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- db - db

View File

@ -45,7 +45,7 @@ services:
POSTGRES_PASSWORD: paperless POSTGRES_PASSWORD: paperless
webserver: webserver:
image: jonaswinkler/paperless-ng:latest image: ghcr.io/paperless-ngx/paperless-ngx:latest
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- db - db

View File

@ -40,7 +40,7 @@ services:
- redisdata:/data - redisdata:/data
webserver: webserver:
image: jonaswinkler/paperless-ng:latest image: ghcr.io/paperless-ngx/paperless-ngx:latest
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- broker - broker

View File

@ -32,7 +32,7 @@ services:
- redisdata:/data - redisdata:/data
webserver: webserver:
image: jonaswinkler/paperless-ng:latest image: ghcr.io/paperless-ngx/paperless-ngx:latest
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- broker - broker

View File

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

View File

@ -251,7 +251,7 @@ Build the Docker image yourself
.. code:: yaml .. code:: yaml
webserver: 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: and replace it with a line that instructs docker-compose to build the image from the current working directory instead: