diff --git a/paperless-ngx/gotenberg.yaml b/paperless-ngx/gotenberg.yaml index d3d3b75..263e812 100644 --- a/paperless-ngx/gotenberg.yaml +++ b/paperless-ngx/gotenberg.yaml @@ -53,13 +53,17 @@ spec: securityContext: runAsNonRoot: true readOnlyRootFilesystem: true - runAsUser: 1000 - runAsGroup: 1000 + runAsUser: 1001 + runAsGroup: 1001 volumeMounts: - - name: tmp - mountPath: /tmp + - mountPath: /home/gotenberg + name: tmp + subPath: home + - mountPath: /tmp + name: tmp + subPath: tmp securityContext: - fsGroup: 1000 + fsGroup: 1001 volumes: - name: tmp emptyDir: