--- 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