From e0d9d16125f943219c03a1c9b468f8b7f999e93e Mon Sep 17 00:00:00 2001 From: mattspeer Date: Wed, 1 Jul 2026 17:18:11 -0500 Subject: [PATCH] Update docker-compose.yaml corrected path to original documents in paperless mapped to archive in nextcloud --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 21ec07b..a3359df 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -8,7 +8,7 @@ services: - nextcloud_aio_mastercontainer:/mnt/docker-aio-config # This line is not allowed to be changed as otherwise the built-in backup solution will not work - /var/run/docker.sock:/var/run/docker.sock:ro # May be changed on macOS, Windows or docker rootless. See the applicable documentation. If adjusting, don't forget to also set 'WATCHTOWER_DOCKER_SOCKET_PATH'! - /srv/doc-archive/consume:/opt/paperless/consume # Mapping to the Paperless-ngx Consume directory - - /srv/doc-archive/artifacts:/opt/paperless/archive:ro # Mapping to the Paperless-ngx Archive directory + - /srv/doc-archive/artifacts/documents/originals:/opt/paperless/archive:ro # Mapping to the Paperless-ngx Archive directory network_mode: bridge # add to the same network as docker run would do ports: # - 81:80 # Can be removed when running behind a web server or reverse proxy (like Apache, Nginx, Caddy, Cloudflare Tunnel and else). See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md