From 203e6f2457f7ac1fb6740f0e35522e783190c25a Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 20 Apr 2025 23:59:47 -0600 Subject: [PATCH] Update Servers/Containerization/Docker/Compose/Stirling-PDF.md --- Servers/Containerization/Docker/Compose/Stirling-PDF.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Servers/Containerization/Docker/Compose/Stirling-PDF.md b/Servers/Containerization/Docker/Compose/Stirling-PDF.md index 51edb75..689c390 100644 --- a/Servers/Containerization/Docker/Compose/Stirling-PDF.md +++ b/Servers/Containerization/Docker/Compose/Stirling-PDF.md @@ -1,7 +1,7 @@ **Purpose**: This is a powerful locally hosted web based PDF manipulation tool using docker that allows you to perform various operations on PDF files, such as splitting merging, converting, reorganizing, adding images, rotating, compressing, and more. This locally hosted web application started as a 100% ChatGPT-made application and has evolved to include a wide range of features to handle all your PDF needs. ## Docker Configuration -```jsx title="docker-compose.yml" +```yaml title="docker-compose.yml" version: "3.8" services: app: @@ -37,13 +37,13 @@ networks: external: true ``` -```jsx title=".env" +```yaml title=".env" N/A ``` ## Traefik Reverse Proxy Configuration If the container does not run on the same host as Traefik, you will need to manually add configuration to Traefik's dynamic config file, outlined below. -``` yaml +```yaml http: routers: stirling-pdf: