--- # sPDF # Self-hosted suite of PDF tools # Created by Stirling PDF # ↳ https://github.com/Stirling-Tools/Stirling-PDF services: spdf: image: frooodle/s-pdf:latest container_name: spdf restart: unless-stopped networks: - proxy # ports: # - 8080:8080 environment: PUID: 1000 PGID: 1000 volumes: - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro - /home/fxequals/docker/spdf/configs:/configs networks: proxy: external: true # Documentation available at https://hub.docker.com/r/stirlingtools/stirling-pdf