Browse Source

Update 'README.md'

天问 7 months ago
parent
commit
6a0f40d660
1 changed files with 2 additions and 13 deletions
  1. 2 13
      README.md

+ 2 - 13
README.md

@@ -3,17 +3,6 @@
 spring pdf转换工具
 
 ```
-docker run -d \
-  -p 8080:8080 \
-  -v /location/of/trainingData:/usr/share/tesseract-ocr/5/tessdata \
-  -v /location/of/extraConfigs:/configs \
-  -v /location/of/logs:/logs \
-  -e DOCKER_ENABLE_SECURITY=false \
-  --name stirling-pdf \
-  frooodle/s-pdf:latest
-  
-  
-  Can also add these for customisation but are not required
-  
-  -v /location/of/customFiles:/customFiles \
+docker compose up -d
 ```
+