SelfHosting/StirlingPDF/compose.yml
2025-08-31 08:45:07 +02:00

11 lines
243 B
YAML

services:
stirling-pdf:
image: stirlingtools/stirling-pdf:latest
restart: always
environment:
- DOCKER_ENABLE_SECURITY=false
labels:
tsdproxy.enable: "true"
tsdproxy.name: "pdf"
ports:
- 8080:8080