From 10b3a144249b2a7cb2207dfddb82dccb970bc12a Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 20 Apr 2025 23:52:56 -0600 Subject: [PATCH] Update Servers/Containerization/Docker/Compose/Document Template.md --- .../Containerization/Docker/Compose/Document Template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Servers/Containerization/Docker/Compose/Document Template.md b/Servers/Containerization/Docker/Compose/Document Template.md index 64e0b60..abaa75c 100644 --- a/Servers/Containerization/Docker/Compose/Document Template.md +++ b/Servers/Containerization/Docker/Compose/Document Template.md @@ -1,17 +1,17 @@ **Purpose**: PLACEHOLDER ## Docker Configuration -```jsx title="docker-compose.yml" +```yaml title="docker-compose.yml" PLACEHOLDER ``` -```jsx title=".env" +```yaml title=".env" PLACEHOLDER ``` ## 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: PLACEHOLDER: