homelab-voyager/stirling-pdf/docker-compose.yml
2026-06-04 00:49:35 +00:00

9 lines
209 B
YAML

services:
stirling-pdf:
image: stirlingtools/stirling-pdf:latest
container_name: stirling-pdf
ports:
- '8181:8080'
volumes:
- ./stirling-data:/configs
restart: unless-stopped