22 lines
573 B
YAML
22 lines
573 B
YAML
# Stirling PDF - PDF manipulation toolkit
|
|
# URL: https://pdf.vish.gg
|
|
# Port: 7340
|
|
# Docs: https://stirlingtools.com
|
|
|
|
services:
|
|
stirling-pdf:
|
|
image: frooodle/s-pdf:latest
|
|
container_name: stirling-pdf
|
|
ports:
|
|
- "7340:8080"
|
|
volumes:
|
|
- /volume2/metadata/docker/stirling-pdf/configs:/configs
|
|
- /volume2/metadata/docker/stirling-pdf/logs:/logs
|
|
environment:
|
|
- DOCKER_ENABLE_SECURITY=false
|
|
- INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
|
|
- LANGS=en_GB
|
|
restart: unless-stopped
|
|
security_opt:
|
|
- no-new-privileges:true
|