Skip to content

Commit b8ffbe4

Browse files
authored
Update Docker Install.md
1 parent 55e0181 commit b8ffbe4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/Installation/Docker Install.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ docker run -d \
2828
-v "./StirlingPDF/logs:/logs/" \
2929
-v "./StirlingPDF/pipeline:/pipeline/" \
3030
-e DOCKER_ENABLE_SECURITY=false \
31-
-e INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false \
3231
-e LANGS=en_GB \
3332
stirlingtools/stirling-pdf:latest
3433
```
@@ -52,7 +51,6 @@ services:
5251
- ./StirlingPDF/pipeline:/pipeline/
5352
environment:
5453
- DOCKER_ENABLE_SECURITY=false
55-
- INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
5654
- LANGS=en_GB
5755
```
5856

0 commit comments

Comments
 (0)