Skip to content

Commit

Permalink
Update Docker Install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Frooodle authored Jan 9, 2025
1 parent 55e0181 commit b8ffbe4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/Installation/Docker Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ docker run -d \
-v "./StirlingPDF/logs:/logs/" \
-v "./StirlingPDF/pipeline:/pipeline/" \
-e DOCKER_ENABLE_SECURITY=false \
-e INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false \
-e LANGS=en_GB \
stirlingtools/stirling-pdf:latest
```
Expand All @@ -52,7 +51,6 @@ services:
- ./StirlingPDF/pipeline:/pipeline/
environment:
- DOCKER_ENABLE_SECURITY=false
- INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
- LANGS=en_GB
```
Expand Down

0 comments on commit b8ffbe4

Please sign in to comment.