We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e0181 commit b8ffbe4Copy full SHA for b8ffbe4
docs/Installation/Docker Install.md
@@ -28,7 +28,6 @@ docker run -d \
28
-v "./StirlingPDF/logs:/logs/" \
29
-v "./StirlingPDF/pipeline:/pipeline/" \
30
-e DOCKER_ENABLE_SECURITY=false \
31
- -e INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false \
32
-e LANGS=en_GB \
33
stirlingtools/stirling-pdf:latest
34
```
@@ -52,7 +51,6 @@ services:
52
51
- ./StirlingPDF/pipeline:/pipeline/
53
environment:
54
- DOCKER_ENABLE_SECURITY=false
55
- - INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
56
- LANGS=en_GB
57
58
0 commit comments