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: