Homelab/docker/tools/docker-compose.yml

15 lines
287 B
YAML
Raw Normal View History

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: