Sanitized mirror from private repository - 2026-03-21 11:29:28 UTC
This commit is contained in:
21
hosts/synology/atlantis/stirling-pdf.yaml
Normal file
21
hosts/synology/atlantis/stirling-pdf.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user