mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Put @pitkley's repo into the .yml
This commit is contained in:
		@@ -2,7 +2,7 @@ version: '2'
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
    webserver:
 | 
			
		||||
        image: paperless
 | 
			
		||||
        image: pitkley/paperless
 | 
			
		||||
        ports:
 | 
			
		||||
            # You can adapt the port you want Paperless to listen on by
 | 
			
		||||
            # modifying the part before the `:`.
 | 
			
		||||
@@ -16,7 +16,7 @@ services:
 | 
			
		||||
        command: ["runserver", "0.0.0.0:8000"]
 | 
			
		||||
 | 
			
		||||
    consumer:
 | 
			
		||||
        image: paperless
 | 
			
		||||
        image: pitkley/paperless
 | 
			
		||||
        volumes:
 | 
			
		||||
            - data:/usr/src/paperless/data
 | 
			
		||||
            - media:/usr/src/paperless/media
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user