# Stirlingpdf ## compose.yml ```yaml --- services: stirling-pdf: image: frooodle/s-pdf:latest container_name: stirling-pdf ports: - '8080:8080' environment: - DOCKER_ENABLE_SECURITY=false restart: unless-stopped ```
# Stirlingpdf ## compose.yml ```yaml --- services: stirling-pdf: image: frooodle/s-pdf:latest container_name: stirling-pdf ports: - '8080:8080' environment: - DOCKER_ENABLE_SECURITY=false restart: unless-stopped ```