From c8fcd1e46338aacc18e6156090364699c579e7e5 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 20 Apr 2025 23:54:15 -0600 Subject: [PATCH] Update Servers/Containerization/Docker/Compose/Gatus.md --- Servers/Containerization/Docker/Compose/Gatus.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Servers/Containerization/Docker/Compose/Gatus.md b/Servers/Containerization/Docker/Compose/Gatus.md index f48da0e..c3d3e20 100644 --- a/Servers/Containerization/Docker/Compose/Gatus.md +++ b/Servers/Containerization/Docker/Compose/Gatus.md @@ -1,7 +1,7 @@ **Purpose**: Gatus Service Status Server. ## Docker Configuration -```jsx title="docker-compose.yml" +```yaml title="docker-compose.yml" version: "3.9" services: postgres: @@ -45,13 +45,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: status-bunny-lab: