Files
homelabscripts/docker/compose/stirling.yml
2024-03-20 15:15:42 -04:00

20 lines
331 B
YAML

---
version: "3.8"
services:
stirling-pdf:
image: frooodle/s-pdf:latest
container_name: stirling
restart: always
ports:
- 8780:8080
volumes:
- data:/configs
environment:
- DOCKER_ENABLE_SECURITY=false
- INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
volumes:
data:
driver: local