Blame

fd0c69 mb tech 2026-01-13 00:50:59
added stirlingPDF
1
# Stirlingpdf
ed968d mb tech 2026-01-13 15:08:10
updated
2
3
## compose.yml
fd0c69 mb tech 2026-01-13 00:50:59
added stirlingPDF
4
```yaml
5
---
6
services:
7
stirling-pdf:
8
image: frooodle/s-pdf:latest
9
container_name: stirling-pdf
10
ports:
11
- '8080:8080'
12
environment:
13
- DOCKER_ENABLE_SECURITY=false
14
restart: unless-stopped
15
```