mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Use the image on ghcr.io (#104)
This commit is contained in:
		 Stéphane Brunner
					Stéphane Brunner
				
			
				
					committed by
					
						 Johann Bauer
						Johann Bauer
					
				
			
			
				
	
			
			
			 Johann Bauer
						Johann Bauer
					
				
			
						parent
						
							9484eb9f6b
						
					
				
				
					commit
					f8679a251e
				
			| @@ -47,7 +47,7 @@ services: | ||||
|       POSTGRES_PASSWORD: paperless | ||||
|  | ||||
|   webserver: | ||||
|     image: jonaswinkler/paperless-ng:latest | ||||
|     image: ghcr.io/paperless-ngx/paperless-ngx:latest | ||||
|     restart: unless-stopped | ||||
|     depends_on: | ||||
|       - db | ||||
|   | ||||
| @@ -49,7 +49,7 @@ services: | ||||
|       POSTGRES_PASSWORD: paperless | ||||
|  | ||||
|   webserver: | ||||
|     image: jonaswinkler/paperless-ng:latest | ||||
|     image: ghcr.io/paperless-ngx/paperless-ngx:latest | ||||
|     restart: unless-stopped | ||||
|     depends_on: | ||||
|       - db | ||||
|   | ||||
| @@ -45,7 +45,7 @@ services: | ||||
|       POSTGRES_PASSWORD: paperless | ||||
|  | ||||
|   webserver: | ||||
|     image: jonaswinkler/paperless-ng:latest | ||||
|     image: ghcr.io/paperless-ngx/paperless-ngx:latest | ||||
|     restart: unless-stopped | ||||
|     depends_on: | ||||
|       - db | ||||
|   | ||||
| @@ -40,7 +40,7 @@ services: | ||||
|       - redisdata:/data | ||||
|  | ||||
|   webserver: | ||||
|     image: jonaswinkler/paperless-ng:latest | ||||
|     image: ghcr.io/paperless-ngx/paperless-ngx:latest | ||||
|     restart: unless-stopped | ||||
|     depends_on: | ||||
|       - broker | ||||
|   | ||||
| @@ -32,7 +32,7 @@ services: | ||||
|       - redisdata:/data | ||||
|  | ||||
|   webserver: | ||||
|     image: jonaswinkler/paperless-ng:latest | ||||
|     image: ghcr.io/paperless-ngx/paperless-ngx:latest | ||||
|     restart: unless-stopped | ||||
|     depends_on: | ||||
|       - broker | ||||
|   | ||||
| @@ -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 | ||||
| ================ | ||||
|   | ||||
| @@ -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: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user