15 lines
287 B
YAML
15 lines
287 B
YAML
|
|
services:
|
||
|
|
stirling-pdf:
|
||
|
|
image: frooodle/s-pdf:latest
|
||
|
|
container_name: stirling-pdf
|
||
|
|
restart: unless-stopped
|
||
|
|
ports:
|
||
|
|
- "8081:8080"
|
||
|
|
volumes:
|
||
|
|
- stirling-data:/usr/share/tessdata
|
||
|
|
environment:
|
||
|
|
- DOCKER_ENABLE_SECURITY=false
|
||
|
|
|
||
|
|
volumes:
|
||
|
|
stirling-data:
|