Update stacks/paperless-ngx.compose.yml
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
redis:
|
||||
image: redis:7
|
||||
image: docker.io/library/redis:8
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
memory: 256M
|
||||
|
||||
gotenberg:
|
||||
image: gotenberg/gotenberg:latest
|
||||
image: docker.io/gotenberg/gotenberg:8.25
|
||||
container_name: PaperlessNGX-GOTENBERG
|
||||
hostname: gotenberg
|
||||
security_opt:
|
||||
@@ -52,7 +52,7 @@ services:
|
||||
memory: 1G
|
||||
|
||||
tika:
|
||||
image: apache/tika:latest
|
||||
image: docker.io/apache/tika:latest
|
||||
container_name: PaperlessNGX-TIKA
|
||||
hostname: tika
|
||||
security_opt:
|
||||
@@ -71,7 +71,7 @@ services:
|
||||
memory: 1.5G
|
||||
|
||||
paperless:
|
||||
image: paperless-ngx/paperless-ngx:latest
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:latest
|
||||
container_name: PaperlessNGX
|
||||
hostname: paperless-ngx
|
||||
security_opt:
|
||||
|
||||
Reference in New Issue
Block a user