]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fixes my broken formatting 848/head
authorTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Sun, 4 Dec 2022 22:00:59 +0000 (14:00 -0800)
committerTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Sun, 4 Dec 2022 22:00:59 +0000 (14:00 -0800)
docs/configuration.md
docs/troubleshooting.md

index 93eaead36f044f962a75901da8a8917a36352fb8..bcde72e5fb7750981c18188eee3a5829be53f0f1 100644 (file)
@@ -607,17 +607,17 @@ services:
       PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000
       PAPERLESS_TIKA_ENDPOINT: http://tika:9998
 
-  # ...
+    # ...
 
     gotenberg:
-        image: gotenberg/gotenberg:7.6
-        restart: unless-stopped
-        # The gotenberg chromium route is used to convert .eml files. We do not
-        # want to allow external content like tracking pixels or even javascript.
-        command:
-          - "gotenberg"
-          - "--chromium-disable-javascript=true"
-          - "--chromium-allow-list=file:///tmp/.*"
+      image: gotenberg/gotenberg:7.6
+      restart: unless-stopped
+      # The gotenberg chromium route is used to convert .eml files. We do not
+      # want to allow external content like tracking pixels or even javascript.
+      command:
+        - 'gotenberg'
+        - '--chromium-disable-javascript=true'
+        - '--chromium-allow-list=file:///tmp/.*'
 
   tika:
     image: ghcr.io/paperless-ngx/tika:latest
index 329de94db729a41fb3879aaf927807a8bfc52e88..f522058a53f602d315c96effebe6e9e3627ec800 100644 (file)
@@ -125,13 +125,13 @@ using docker-compose, this is achieved by the following configuration
 change in the `docker-compose.yml` file:
 
 ```yaml
-  # The gotenberg chromium route is used to convert .eml files. We do not
-  # want to allow external content like tracking pixels or even javascript.
-  command:
-    - "gotenberg"
-    - "--chromium-disable-javascript=true"
-    - "--chromium-allow-list=file:///tmp/.*"
-    - "--api-timeout=60"
+# The gotenberg chromium route is used to convert .eml files. We do not
+# want to allow external content like tracking pixels or even javascript.
+command:
+  - 'gotenberg'
+  - '--chromium-disable-javascript=true'
+  - '--chromium-allow-list=file:///tmp/.*'
+  - '--api-timeout=60'
 ```
 
 ## Permission denied errors in the consumption directory