Correction
This commit is contained in:
@ -1,11 +1,20 @@
|
||||
version: '3.3'
|
||||
#### NETWORKS
|
||||
networks:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
||||
### stirling-pdf
|
||||
stirling-pdf:
|
||||
container_name: stirling-pdf-app
|
||||
hostname: stirling-pdf-app
|
||||
image: frooodle/s-pdf:latest
|
||||
ports:
|
||||
- '8080:8080'
|
||||
volumes:
|
||||
- /srv/appdata/stirling/trainingData:/usr/share/tesseract-ocr/4.00/tessdata
|
||||
- /srv/appdata/stirling/extraConfigs:/configs
|
||||
- ./trainingData:/usr/share/tesseract-ocr/4.00/tessdata
|
||||
- ./extraConfigs:/configs
|
||||
environment:
|
||||
- DOCKER_ENABLE_SECURITY=false
|
Reference in New Issue
Block a user